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 fc97f92 commit 480de08Copy full SHA for 480de08
src/ln/chanmon_update_fail_tests.rs
@@ -140,7 +140,7 @@ fn do_test_monitor_temporary_update_fail(disconnect_count: usize) {
140
// TemporaryFailure likely indicates net disconnect which resulted in failing to update
141
// the ChannelMonitor on a watchtower).
142
// * If !(disconnect_count & 16) we deliver a update_fulfill_htlc/CS for the first payment
143
- // immediately, otherwise we wait sconnect and deliver them via the reconnect
+ // immediately, otherwise we wait disconnect and deliver them via the reconnect
144
// channel_reestablish processing (ie disconnect_count & 16 makes no sense if
145
// disconnect_count & !disconnect_flags is 0).
146
// * We then update the channel monitor, reconnecting if disconnect_count is set and walk
0 commit comments