Skip to content

Commit a7c1e06

Browse files
author
Solar Mithril
committed
Create todo comment
1 parent 4a3f1ba commit a7c1e06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/op-rbuilder/src/main.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ where
108108
.with_sequencer(rollup_args.sequencer.clone())
109109
.with_enable_tx_conditional(rollup_args.enable_tx_conditional)
110110
.with_da_config(da_config)
111-
.build()
112-
.rpc_add_ons
113-
.with_engine_api(engine_builder),
111+
// TODO: will work once paradigmxyz/reth#16582 is merged
112+
.with_engine_api(engine_builder)
113+
.build(),
114114
)
115115
.extend_rpc_modules(move |ctx| {
116116
if builder_args.enable_revert_protection {

0 commit comments

Comments
 (0)