Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
weiihann committed Feb 12, 2025
1 parent 0d6173d commit b3692b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db/buckets.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const (
MempoolTail // key of the tail node
MempoolLength // number of transactions
MempoolNode
ClassTrie
ContractTrieContract
ContractTrieStorage
ClassTrie // ClassTrie + Node path -> Trie Node
ContractTrieContract // ContractTrieContract + Node path -> Trie Node
ContractTrieStorage // ContractTrieStorage + Contract Address + Node path -> Trie Node
)

// Key flattens a prefix and series of byte arrays into a single []byte.
Expand Down

0 comments on commit b3692b6

Please sign in to comment.