We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
provide_latest_counterparty_commitment_tx
1 parent 299b7bd commit 468588fCopy full SHA for 468588f
lightning/src/chain/channelmonitor.rs
@@ -2855,12 +2855,6 @@ impl<Signer: EcdsaChannelSigner> ChannelMonitorImpl<Signer> {
2855
self.their_cur_per_commitment_points = Some((commitment_number, their_per_commitment_point, None));
2856
}
2857
2858
- let mut htlcs = Vec::with_capacity(htlc_outputs.len());
2859
- for htlc in htlc_outputs {
2860
- if htlc.0.transaction_output_index.is_some() {
2861
- htlcs.push(htlc.0);
2862
- }
2863
2864
2865
2866
/// Informs this monitor of the latest holder (ie broadcastable) commitment transaction. The
0 commit comments