From b3692b6ce520d0ac4b49f6a38d9d375bb9ec7b5a Mon Sep 17 00:00:00 2001 From: weiihann Date: Wed, 12 Feb 2025 09:23:23 +0800 Subject: [PATCH] comments --- db/buckets.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/buckets.go b/db/buckets.go index fe6ea5a85c..329eb15993 100644 --- a/db/buckets.go +++ b/db/buckets.go @@ -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.