fix: also include reverts for op (#10979)

This commit is contained in:
Matthias Seitz
2024-09-18 14:11:05 +02:00
committed by GitHub
parent 1fd4b1da9b
commit 5cd603d346

View File

@ -431,7 +431,7 @@ where
// merge all transitions into bundle state, this would apply the withdrawal balance changes
// and 4788 contract call
db.merge_transitions(BundleRetention::PlainState);
db.merge_transitions(BundleRetention::Reverts);
let execution_outcome = ExecutionOutcome::new(
db.take_bundle(),