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 f75ad43 commit 217ae71Copy full SHA for 217ae71
lightning/src/chain/mod.rs
@@ -144,8 +144,8 @@ pub trait Filter: Send + Sync {
144
/// A transaction output watched by a [`ChannelMonitor`] for spends on-chain.
145
///
146
/// Used to convey to a [`Filter`] an output identified by `outpoint` having `script_pubkey` as the
147
-/// spending condition. If `block_hash` is `Some`, this indicates the output was spent in the
148
-/// corresponding block.
+/// spending condition. If `block_hash` is `Some`, this indicates the output may have been spent in
+/// the corresponding block.
149
150
/// [`ChannelMonitor`]: channelmonitor/struct.ChannelMonitor.html
151
pub struct WatchedOutput {
0 commit comments