Skip to content

Commit 0eac67b

Browse files
committed
f point to filter
1 parent 3f67c95 commit 0eac67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4006,8 +4006,8 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> Writeable f
40064006
/// ChannelManager)>::read(reader, args).
40074007
/// This may result in closing some Channels if the ChannelMonitor is newer than the stored
40084008
/// ChannelManager state to ensure no loss of funds. Thus, transactions may be broadcasted.
4009-
/// 3) If you are not fetching full blocks, register all relevant ChannelMonitor outpoints with
4010-
/// your chain watch mechanism using ChannelMonitor::get_outputs_to_watch() and
4009+
/// 3) If you are not fetching full blocks, register all relevant ChannelMonitor outpoints the same
4010+
/// way you would handle a `chain::Filter` call using ChannelMonitor::get_outputs_to_watch() and
40114011
/// ChannelMonitor::get_funding_txo().
40124012
/// 4) Reconnect blocks on your ChannelMonitors.
40134013
/// 5) Disconnect/connect blocks on the ChannelManager.

0 commit comments

Comments
 (0)