File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3552,8 +3552,8 @@ impl<Signer: Sign> Channel<Signer> {
3552
3552
3553
3553
/// When a new block is connected, we check the height of the block against outbound holding
3554
3554
/// 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.
3557
3557
///
3558
3558
/// If we return Err, the channel may have been closed, at which point the standard
3559
3559
/// requirements apply - no calls may be made except those explicitly stated to be allowed
You can’t perform that action at this time.
0 commit comments