mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(root): metrics and logs for state root config (#14631)
This commit is contained in:
@ -357,8 +357,7 @@ pub struct TrieUpdatesSorted {
|
||||
pub account_nodes: Vec<(Nibbles, BranchNodeCompact)>,
|
||||
/// The set of removed state node keys.
|
||||
pub removed_nodes: HashSet<Nibbles>,
|
||||
/// Storage tries storage stored by hashed address of the account
|
||||
/// the trie belongs to.
|
||||
/// Storage tries stored by hashed address of the account the trie belongs to.
|
||||
pub storage_tries: B256Map<StorageTrieUpdatesSorted>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user