Skip to content

Commit 940259c

Browse files
committed
f sp
1 parent cfff96e commit 940259c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3159,7 +3159,7 @@ impl<ChanSigner: ChannelKeys> Channel<ChanSigner> {
31593159
/// (b) check the height of the block against outbound holding cell HTLCs in case we need to
31603160
/// give up on them prematurely and time them out. Everything else (e.g. commitment
31613161
/// transaction broadcasts, channel closure detection, HTLC transaction broadcasting, etc) is
3162-
/// handled by the CHannelMonitor.
3162+
/// handled by the ChannelMonitor.
31633163
///
31643164
/// If we return Err, the channel may have been closed, at which point the standard
31653165
/// requirements apply - no calls may be made except those explicitly stated to be allowed

0 commit comments

Comments
 (0)