Skip to content

Commit 972d228

Browse files
authored
chore: remove an unneeded clone (#92)
Found it as we bump Reth ourselves!
1 parent 9c06a05 commit 972d228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/odyssey/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fn main() {
5454
let node = builder
5555
.with_types_and_provider::<OdysseyNode, BlockchainProvider2<_>>()
5656
.with_components(OdysseyNode::components(&rollup_args))
57-
.with_add_ons(OpAddOns::new(rollup_args.sequencer_http.clone()))
57+
.with_add_ons(OpAddOns::new(rollup_args.sequencer_http))
5858
.extend_rpc_modules(move |ctx| {
5959
// register odyssey wallet namespace
6060
if let Ok(sk) = std::env::var("EXP1_SK") {

0 commit comments

Comments
 (0)