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 23, 2024
1 parent 08f7881 commit 9da6a55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/protocol/contracts/libs/LibTrieProof.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ import "../thirdparty/optimism/rlp/RLPReader.sol";
import "../thirdparty/optimism/rlp/RLPWriter.sol";
import "../thirdparty/optimism/trie/SecureMerkleTrie.sol";

/**
* @title LibTrieProof
*/
/// @title LibTrieProof
library LibTrieProof {
// The consensus format representing account is RLP encoded in the
// following order: nonce, balance, storageHash, codeHash.
Expand Down

0 comments on commit 9da6a55

Please sign in to comment.