Skip to content

Commit

Permalink
Update evm-verifier/contracts/MerkleTrieProofHelper.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Johnson <[email protected]>
  • Loading branch information
makoto and Arachnid committed May 20, 2024
1 parent c36fad7 commit ce40028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm-verifier/contracts/MerkleTrieProofHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ library MerkleTrieProofHelper {

/*
* @notice Get the storage value for the provided merkle proof
* @param address Not in use. Only exist to provide consistent function argument
* @param address Unused. Required so the function signature matches the one required by `EVMProofHelper`
* @param slot The storage key we are fetching the value of
* @param witness A witness proving the value of the storage root for `target`.
* @param root The state root the witness was generated against
Expand Down

0 comments on commit ce40028

Please sign in to comment.