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 7d802f3 commit 4164176Copy full SHA for 4164176
lightning/src/util/events.rs
@@ -126,8 +126,8 @@ pub enum Event {
126
/// now + 5*time_forwardable).
127
time_forwardable: Duration,
128
},
129
- /// Used to indicate that an output which you should know how to spend which was confirmed
130
- /// on-chain is now spendable.
+ /// Used to indicate that an output which you should know how to spend was confirmed on chain
+ /// and is now spendable.
131
/// Such an output will *not* ever be spent by rust-lightning, and are not at risk of your
132
/// counterparty spending them due to some kind of timeout. Thus, you need to store them
133
/// somewhere and spend them when you create on-chain transactions.
0 commit comments