Skip to content

Commit df962bd

Browse files
committed
Drop uneccessary clone() introduced in 16fba9f
1 parent e5bedc4 commit df962bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ impl<ChanSigner: ChannelKeys> ChannelMonitor<ChanSigner> {
10811081

10821082
let onchain_detection = OnchainDetection {
10831083
keys: keys.clone(),
1084-
funding_info: Some(funding_info.clone()),
1084+
funding_info: Some(funding_info),
10851085
current_remote_commitment_txid: None,
10861086
prev_remote_commitment_txid: None,
10871087
};

0 commit comments

Comments
 (0)