Skip to content

Commit 217ae71

Browse files
committed
f - Rephrase WatchedOutput docs
1 parent f75ad43 commit 217ae71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/chain/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ pub trait Filter: Send + Sync {
144144
/// A transaction output watched by a [`ChannelMonitor`] for spends on-chain.
145145
///
146146
/// 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.
147+
/// spending condition. If `block_hash` is `Some`, this indicates the output may have been spent in
148+
/// the corresponding block.
149149
///
150150
/// [`ChannelMonitor`]: channelmonitor/struct.ChannelMonitor.html
151151
pub struct WatchedOutput {

0 commit comments

Comments
 (0)