diff --git a/bin/odyssey/src/main.rs b/bin/odyssey/src/main.rs index 1e05473..6030d53 100644 --- a/bin/odyssey/src/main.rs +++ b/bin/odyssey/src/main.rs @@ -54,7 +54,7 @@ fn main() { let node = builder .with_types_and_provider::>() .with_components(OdysseyNode::components(&rollup_args)) - .with_add_ons(OpAddOns::new(rollup_args.sequencer_http.clone())) + .with_add_ons(OpAddOns::new(rollup_args.sequencer_http)) .extend_rpc_modules(move |ctx| { // register odyssey wallet namespace if let Ok(sk) = std::env::var("EXP1_SK") {