Skip to content

Commit ec8c255

Browse files
committed
f - Rephrase ChannelMonitor::get_relevant_txids docs
1 parent aee1f74 commit ec8c255

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,8 @@ impl<Signer: Sign> ChannelMonitor<Signer> {
13891389
header, height, broadcaster, fee_estimator, logger)
13901390
}
13911391

1392-
/// Returns the set of txids that should be monitored for their confirmation state.
1392+
/// Returns the set of txids that should be monitored for confirmation on chain or for
1393+
/// re-organization out of the chain.
13931394
pub fn get_relevant_txids(&self) -> Vec<Txid> {
13941395
let inner = self.inner.lock().unwrap();
13951396
let mut txids: Vec<Txid> = inner.onchain_events_waiting_threshold_conf

0 commit comments

Comments
 (0)