mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix(trie): remove redundant storage trie root calculation in witness (#20965)
This commit is contained in:
@@ -184,9 +184,6 @@ where
|
||||
}
|
||||
}
|
||||
|
||||
// Calculate storage root after updates.
|
||||
storage_trie.root();
|
||||
|
||||
let account = state
|
||||
.accounts
|
||||
.get(&hashed_address)
|
||||
|
||||
Reference in New Issue
Block a user