Skip to content

Commit b22b936

Browse files
committed
f nit doc
1 parent bcf3b56 commit b22b936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3680,7 +3680,7 @@ impl<M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> ChannelManager<M, T, K, F
36803680

36813681
// Technically we don't need to do this here, but if we have holding cell entries in a
36823682
// channel that need freeing, it's better to do that here and block a background task
3683-
// rather than blocking the message queueing pipeline.
3683+
// than block the message queueing pipeline.
36843684
if self.check_free_holding_cells() {
36853685
should_persist = NotifyOption::DoPersist;
36863686
}

0 commit comments

Comments
 (0)