We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23d90c commit bd28d12Copy full SHA for bd28d12
lightning/src/chain/chainmonitor.rs
@@ -205,7 +205,8 @@ where C::Target: chain::Filter,
205
}
206
207
208
- /// Returns the set of txids that should be monitored for their confirmation state.
+ /// Returns the set of txids that should be monitored for confirmation on chain or for
209
+ /// re-organization out of the chain.
210
pub fn get_relevant_txids(&self) -> Vec<Txid> {
211
let mut txids = Vec::new();
212
let monitors = self.monitors.read().unwrap();
0 commit comments