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 4a7ba67 commit 8296515Copy full SHA for 8296515
lightning/src/chain/channelmonitor.rs
@@ -3172,7 +3172,7 @@ impl<Signer: WriteableEcdsaChannelSigner> ChannelMonitorImpl<Signer> {
3172
(htlc, htlc_source.as_ref().map(|htlc_source| htlc_source.as_ref()))
3173
), logger);
3174
} else {
3175
- // Our fuzzers aren't contrained by pesky things like valid signatures, so can
+ // Our fuzzers aren't constrained by pesky things like valid signatures, so can
3176
// spend our funding output with a transaction which doesn't match our past
3177
// commitment transactions. Thus, we can only debug-assert here when not
3178
// fuzzing.
0 commit comments