Delay DelayedPaymentOutput spendable events until the CSV delay
[rust-lightning] / lightning / src / util / events.rs
index 650df285f1d7dbd37131f6d0ca0364cf4327a1b9..b3c77c9ae36b561d93c81e438538a2dd684e8e8c 100644 (file)
@@ -126,7 +126,8 @@ pub enum Event {
                /// now + 5*time_forwardable).
                time_forwardable: Duration,
        },
-       /// Used to indicate that an output was generated on-chain which you should know how to spend.
+       /// Used to indicate that an output which you should know how to spend was confirmed on chain
+       /// and is now spendable.
        /// Such an output will *not* ever be spent by rust-lightning, and are not at risk of your
        /// counterparty spending them due to some kind of timeout. Thus, you need to store them
        /// somewhere and spend them when you create on-chain transactions.