Skip to content

Commit 488e52f

Browse files
committed
f - Correct get_relevant_txids docs
1 parent 5aa2e0b commit 488e52f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,8 +1386,7 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
13861386
header, height, broadcaster, fee_estimator, logger)
13871387
}
13881388

1389-
/// Returns the set of txids that should be monitored for confirmation on chain or for
1390-
/// re-organization out of the chain.
1389+
/// Returns the set of txids that should be monitored for re-organization out of the chain.
13911390
pub fn get_relevant_txids(&self) -> Vec<Txid> {
13921391
let inner = self.inner.lock().unwrap();
13931392
let mut txids: Vec<Txid> = inner.onchain_events_waiting_threshold_conf

0 commit comments

Comments
 (0)