Skip to content

Commit 3c3ab16

Browse files
committed
f sp
1 parent 49660f4 commit 3c3ab16

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
@@ -5988,7 +5988,7 @@ where
59885988
self.persistence_notifier.wait()
59895989
}
59905990

5991-
/// Gets a [`Future`] which completes when a persistable update is available. Note that
5991+
/// Gets a [`Future`] that completes when a persistable update is available. Note that
59925992
/// callbacks registered on the [`Future`] MUST NOT call back into this [`ChannelManager`] and
59935993
/// should instead register actions to be taken later.
59945994
pub fn get_persistable_update_future(&self) -> Future {

0 commit comments

Comments
 (0)