From 9d7b3de646ad215780492508b8c749a5428836e5 Mon Sep 17 00:00:00 2001 From: rakita Date: Tue, 30 May 2023 15:49:53 +0200 Subject: [PATCH] fix(cli): clear receipts on `stage drop execution` (#2918) --- bin/reth/src/stage/drop.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reth/src/stage/drop.rs b/bin/reth/src/stage/drop.rs index db5c304f4..94e69c890 100644 --- a/bin/reth/src/stage/drop.rs +++ b/bin/reth/src/stage/drop.rs @@ -69,6 +69,7 @@ impl Command { tx.clear::()?; tx.clear::()?; tx.clear::()?; + tx.clear::()?; tx.put::( StageId::Execution.to_string(), Default::default(),