Skip to content

Commit bd28d12

Browse files
committed
f - Rephrase ChainMonitor::get_relevant_txids docs
1 parent c23d90c commit bd28d12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/chain/chainmonitor.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ where C::Target: chain::Filter,
205205
}
206206
}
207207

208-
/// Returns the set of txids that should be monitored for their confirmation state.
208+
/// Returns the set of txids that should be monitored for confirmation on chain or for
209+
/// re-organization out of the chain.
209210
pub fn get_relevant_txids(&self) -> Vec<Txid> {
210211
let mut txids = Vec::new();
211212
let monitors = self.monitors.read().unwrap();

0 commit comments

Comments
 (0)