mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(cli): clear receipts on stage drop execution (#2918)
This commit is contained in:
@ -69,6 +69,7 @@ impl Command {
|
||||
tx.clear::<tables::AccountChangeSet>()?;
|
||||
tx.clear::<tables::StorageChangeSet>()?;
|
||||
tx.clear::<tables::Bytecodes>()?;
|
||||
tx.clear::<tables::Receipts>()?;
|
||||
tx.put::<tables::SyncStage>(
|
||||
StageId::Execution.to_string(),
|
||||
Default::default(),
|
||||
|
||||
Reference in New Issue
Block a user