X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;h=eda6fc7ee4eab89068a0b7f7a5848c5a3d2e2810;hb=f137139672dadb3924a37a9efeffc46c4bf157ed;hp=e810368dbc3a5b0066998fef1de3d4ef1f3e894c;hpb=06091cee0fd29549e5e24c673bf361ab3a562529;p=rust-lightning diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index e810368d..eda6fc7e 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -99,8 +99,9 @@ pub enum Event { time_forwardable: Duration, }, /// Used to indicate that an output was generated on-chain which you should know how to spend. - /// Such an output will *not* ever be spent by rust-lightning, so you need to store them - /// somewhere and spend them when you create on-chain spends. + /// 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. SpendableOutputs { /// The outputs which you should store as spendable by you. outputs: Vec,