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 5d398a1 commit a16fe15Copy full SHA for a16fe15
lightning/src/ln/monitor_tests.rs
@@ -3301,7 +3301,7 @@ fn test_claim_event_never_handled() {
3301
}
3302
3303
fn do_test_lost_preimage_monitor_events(on_counterparty_tx: bool) {
3304
- // `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
3305
// `ChannelManager` fetches the pending `MonitorEvent`s, then the `ChannelMonitor` gets
3306
// persisted (i.e. due to a block update) then the node crashes, prior to persisting the
3307
// `ChannelManager` again, the `MonitorEvent` and its effects on the `ChannelManger` will be
0 commit comments