Skip to content

Commit 480de08

Browse files
committed
Fix spelling in do_test_monitor_temporary_update_fail comment
1 parent fc97f92 commit 480de08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ln/chanmon_update_fail_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ fn do_test_monitor_temporary_update_fail(disconnect_count: usize) {
140140
// TemporaryFailure likely indicates net disconnect which resulted in failing to update
141141
// the ChannelMonitor on a watchtower).
142142
// * 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
143+
// immediately, otherwise we wait disconnect and deliver them via the reconnect
144144
// channel_reestablish processing (ie disconnect_count & 16 makes no sense if
145145
// disconnect_count & !disconnect_flags is 0).
146146
// * We then update the channel monitor, reconnecting if disconnect_count is set and walk

0 commit comments

Comments
 (0)