Skip to content

Commit 6c95b87

Browse files
get rid of unnecesary clone on liquidity manager
1 parent ff279d6 commit 6c95b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-liquidity/src/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ where
299299
channel_manager.clone(),
300300
node_signer,
301301
config.clone(),
302-
time_provider.clone(),
302+
time_provider,
303303
)
304304
})
305305
});

0 commit comments

Comments
 (0)