mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat(trie): write sorted hashed state (#9519)
This commit is contained in:
@@ -85,7 +85,7 @@ impl<DB: Database> DatabaseService<DB> {
|
||||
{
|
||||
let trie_updates = block.trie_updates().clone();
|
||||
let hashed_state = block.hashed_state();
|
||||
HashedStateChanges(hashed_state.clone()).write_to_db(&provider_rw)?;
|
||||
HashedStateChanges(hashed_state).write_to_db(&provider_rw)?;
|
||||
trie_updates.write_to_database(provider_rw.tx_ref())?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user