Skip to content

Commit 963c281

Browse files
committed
f - Correct get_relevant_txids docs
1 parent ae4a5aa commit 963c281

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning/src/chain/chainmonitor.rs

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

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

0 commit comments

Comments
 (0)