Skip to content

Commit 7cd9ebf

Browse files
committed
f lol bad phrasing
1 parent 0e38bd5 commit 7cd9ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ impl<Signer: Sign> Writeable for ChannelMonitorImpl<Signer> {
871871
for &(ref htlc_output, ref htlc_source) in htlc_infos.iter() {
872872
debug_assert!(htlc_source.is_none() || Some(**txid) == self.current_counterparty_commitment_txid
873873
|| Some(**txid) == self.prev_counterparty_commitment_txid,
874-
"HTLC Sources for all but revoked commitment transactions should be none!");
874+
"HTLC Sources for all revoked commitment transactions should be none!");
875875
serialize_htlc_in_commitment!(htlc_output);
876876
htlc_source.as_ref().map(|b| b.as_ref()).write(writer)?;
877877
}

0 commit comments

Comments
 (0)