Skip to content

Commit 8e440cd

Browse files
committed
f fix comment
1 parent 14c58de commit 8e440cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channel.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3552,8 +3552,8 @@ impl<Signer: Sign> Channel<Signer> {
35523552

35533553
/// When a new block is connected, we check the height of the block against outbound holding
35543554
/// cell HTLCs in case we need to give up on them prematurely and time them out. Everything
3555-
/// else (e.g. commitment transaction broadcasts, channel closure detection, HTLC transaction
3556-
/// broadcasting, etc) is handled by the ChannelMonitor.
3555+
/// else (e.g. commitment transaction broadcasts, HTLC transaction broadcasting, etc) is
3556+
/// handled by the ChannelMonitor.
35573557
///
35583558
/// If we return Err, the channel may have been closed, at which point the standard
35593559
/// requirements apply - no calls may be made except those explicitly stated to be allowed

0 commit comments

Comments
 (0)