Skip to content

Commit

Permalink
chore: remove an unneeded clone (#92)
Browse files Browse the repository at this point in the history
Found it as we bump Reth ourselves!
  • Loading branch information
hai-rise authored Nov 21, 2024
1 parent 9c06a05 commit 972d228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/odyssey/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fn main() {
let node = builder
.with_types_and_provider::<OdysseyNode, BlockchainProvider2<_>>()
.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") {
Expand Down

0 comments on commit 972d228

Please sign in to comment.