Skip to content

Commit b7b895c

Browse files
committed
f point to filter
1 parent 756713a commit b7b895c

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
@@ -4007,8 +4007,8 @@ impl<Signer: Sign, M: Deref, T: Deref, K: Deref, F: Deref, L: Deref> Writeable f
40074007
/// ChannelManager)>::read(reader, args).
40084008
/// This may result in closing some Channels if the ChannelMonitor is newer than the stored
40094009
/// ChannelManager state to ensure no loss of funds. Thus, transactions may be broadcasted.
4010-
/// 3) If you are not fetching full blocks, register all relevant ChannelMonitor outpoints with
4011-
/// your chain watch mechanism using ChannelMonitor::get_outputs_to_watch() and
4010+
/// 3) If you are not fetching full blocks, register all relevant ChannelMonitor outpoints the same
4011+
/// way you would handle a `chain::Filter` call using ChannelMonitor::get_outputs_to_watch() and
40124012
/// ChannelMonitor::get_funding_txo().
40134013
/// 4) Reconnect blocks on your ChannelMonitors.
40144014
/// 5) Disconnect/connect blocks on the ChannelManager.

0 commit comments

Comments
 (0)