fix(cli): clear receipts on stage drop execution (#2918)

This commit is contained in:
rakita
2023-05-30 15:49:53 +02:00
committed by GitHub
parent ed209f6cb4
commit 9d7b3de646

View File

@ -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(),