Skip to content

Commit 8296515

Browse files
committed
Fix comment spelling
1 parent 4a7ba67 commit 8296515

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
@@ -3172,7 +3172,7 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitorImpl<Signer> {
31723172
(htlc, htlc_source.as_ref().map(|htlc_source| htlc_source.as_ref()))
31733173
), logger);
31743174
} else {
3175-
// Our fuzzers aren't contrained by pesky things like valid signatures, so can
3175+
// Our fuzzers aren't constrained by pesky things like valid signatures, so can
31763176
// spend our funding output with a transaction which doesn't match our past
31773177
// commitment transactions. Thus, we can only debug-assert here when not
31783178
// fuzzing.

0 commit comments

Comments
 (0)