Skip to content

Commit 6cc12fd

Browse files
committed
fix payload build error on last flashblock
1 parent 35d4af7 commit 6cc12fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/op-rbuilder/src/flashtestations/builder_tx.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,6 @@ impl BuilderTransactions for FlashtestationsBuilderTx {
546546
let state = StateProviderDatabase::new(state_provider.clone());
547547
let mut simulation_state = State::builder()
548548
.with_database(state)
549-
.with_cached_prestate(db.cache.clone())
550549
.with_bundle_prestate(db.bundle_state.clone())
551550
.with_bundle_update()
552551
.build();

0 commit comments

Comments
 (0)