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 9c7adaa commit 69b281bCopy full SHA for 69b281b
lightning/src/ln/monitor_tests.rs
@@ -3474,7 +3474,7 @@ enum CommitmentType {
3474
}
3475
3476
fn do_test_lost_timeout_monitor_events(confirm_tx: CommitmentType, dust_htlcs: bool) {
3477
- // `MonitorEvent`s aren't delivered to the `ChannelManager` in a durable fasion - if the
+ // `MonitorEvent`s aren't delivered to the `ChannelManager` in a durable fashion - if the
3478
// `ChannelManager` fetches the pending `MonitorEvent`s, then the `ChannelMonitor` gets
3479
// persisted (i.e. due to a block update) then the node crashes, prior to persisting the
3480
// `ChannelManager` again, the `MonitorEvent` and its effects on the `ChannelManger` will be
0 commit comments