mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(trie): read-only root calculation (#2233)
This commit is contained in:
@ -98,6 +98,7 @@ impl Command {
|
||||
tx.clear::<tables::StoragesTrie>()?;
|
||||
tx.put::<tables::SyncStage>(MERKLE_EXECUTION.0.to_string(), 0)?;
|
||||
tx.put::<tables::SyncStage>(MERKLE_UNWIND.0.to_string(), 0)?;
|
||||
tx.delete::<tables::SyncStageProgress>(MERKLE_EXECUTION.0.into(), None)?;
|
||||
Ok::<_, eyre::Error>(())
|
||||
})??;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user