Skip to content

Commit 3c5ba6b

Browse files
committed
Drop uneccessary clone() introduced in 16fba9f
1 parent 02c1925 commit 3c5ba6b

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
@@ -1098,7 +1098,7 @@ impl<ChanSigner: ChannelKeys> ChannelMonitor<ChanSigner> {
10981098

10991099
let onchain_detection = OnchainDetection {
11001100
keys: keys.clone(),
1101-
funding_info: Some(funding_info.clone()),
1101+
funding_info: Some(funding_info),
11021102
current_remote_commitment_txid: None,
11031103
prev_remote_commitment_txid: None,
11041104
};

0 commit comments

Comments
 (0)