Skip to content

Commit 4164176

Browse files
committed
Tweak phrasing.
1 parent 7d802f3 commit 4164176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/util/events.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ pub enum Event {
126126
/// now + 5*time_forwardable).
127127
time_forwardable: Duration,
128128
},
129-
/// Used to indicate that an output which you should know how to spend which was confirmed
130-
/// on-chain is now spendable.
129+
/// Used to indicate that an output which you should know how to spend was confirmed on chain
130+
/// and is now spendable.
131131
/// Such an output will *not* ever be spent by rust-lightning, and are not at risk of your
132132
/// counterparty spending them due to some kind of timeout. Thus, you need to store them
133133
/// somewhere and spend them when you create on-chain transactions.

0 commit comments

Comments
 (0)