We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d4af7 commit 6cc12fdCopy full SHA for 6cc12fd
crates/op-rbuilder/src/flashtestations/builder_tx.rs
@@ -546,7 +546,6 @@ impl BuilderTransactions for FlashtestationsBuilderTx {
546
let state = StateProviderDatabase::new(state_provider.clone());
547
let mut simulation_state = State::builder()
548
.with_database(state)
549
- .with_cached_prestate(db.cache.clone())
550
.with_bundle_prestate(db.bundle_state.clone())
551
.with_bundle_update()
552
.build();
0 commit comments