Skip to content

Commit 7fe000f

Browse files
committed
f - Remove rescan mention from ChannelMonitor::block_connected docs
1 parent 6c58a73 commit 7fe000f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lightning/src/ln/channelmonitor.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1862,9 +1862,7 @@ impl<ChanSigner: ChannelKeys> ChannelMonitor<ChanSigner> {
18621862
/// - schedule and bump any in-flight claims
18631863
///
18641864
/// Returns any new outputs to watch from `txdata`; after called, these are also included in
1865-
/// [`get_outputs_to_watch`]. If new outputs were returned, callers must rescan the block before
1866-
/// connecting the next block. However, processing channel-provided updates between rescans is
1867-
/// allowed.
1865+
/// [`get_outputs_to_watch`].
18681866
///
18691867
/// [`get_outputs_to_watch`]: #method.get_outputs_to_watch
18701868
pub fn block_connected<B: Deref, F: Deref, L: Deref>(&mut self, header: &BlockHeader, txdata: &[(usize, &Transaction)], height: u32, broadcaster: B, fee_estimator: F, logger: L)-> Vec<(Txid, Vec<TxOut>)>

0 commit comments

Comments
 (0)