Skip to content

Commit

Permalink
Update LibTrieProof.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Feb 11, 2024
1 parent 3339164 commit 2aafd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/contracts/libs/LibTrieProof.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ library LibTrieProof {
address addr,
bytes32 slot,
bytes32 value,
bytes calldata mkproof
bytes memory mkproof
)
public
internal
pure
returns (bool verified)
{
Expand Down

0 comments on commit 2aafd64

Please sign in to comment.