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.
1 parent 0e38bd5 commit 7cd9ebfCopy full SHA for 7cd9ebf
lightning/src/chain/channelmonitor.rs
@@ -871,7 +871,7 @@ impl<Signer: Sign> Writeable for ChannelMonitorImpl<Signer> {
871
for &(ref htlc_output, ref htlc_source) in htlc_infos.iter() {
872
debug_assert!(htlc_source.is_none() || Some(**txid) == self.current_counterparty_commitment_txid
873
|| Some(**txid) == self.prev_counterparty_commitment_txid,
874
- "HTLC Sources for all but revoked commitment transactions should be none!");
+ "HTLC Sources for all revoked commitment transactions should be none!");
875
serialize_htlc_in_commitment!(htlc_output);
876
htlc_source.as_ref().map(|b| b.as_ref()).write(writer)?;
877
}
0 commit comments