Skip to content

Commit

Permalink
rm get oracle prover, just use resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed May 4, 2023
1 parent 4e9791c commit cfcae64
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/protocol/contracts/L1/TaikoL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,4 @@ contract TaikoL1 is
function getVerifierName(uint16 id) public pure returns (bytes32) {
return LibUtils.getVerifierName(id);
}

function getOracleProver() public view returns (address) {
return AddressResolver(this).resolve("oracle_prover", true);
}
}

0 comments on commit cfcae64

Please sign in to comment.