Skip to content

Commit

Permalink
remove commented out no_eip4844 (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik authored Sep 2, 2024
1 parent ae63fa3 commit 3195564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sequencer/src/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl<C: sov_modules_api::Context> CitreaMempool<C> {

let validator = TransactionValidationTaskExecutor::eth_builder(Arc::new(chain_spec))
.no_cancun()
// .no_eip4844() cannot use since underlying impl. disables eip1559
.no_eip4844()
.set_shanghai(true)
.with_additional_tasks(0)
.build_with_tasks(client, TokioTaskExecutor::default(), blob_store);
Expand Down

0 comments on commit 3195564

Please sign in to comment.