File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -792,9 +792,15 @@ pub enum Event {
792
792
} ,
793
793
/// Used to indicate that an output which you should know how to spend was confirmed on chain
794
794
/// and is now spendable.
795
- /// Such an output will *not* ever be spent by rust-lightning, and are not at risk of your
795
+ ///
796
+ /// Such an output will *never* be spent directly by LDK, and are not at risk of your
796
797
/// counterparty spending them due to some kind of timeout. Thus, you need to store them
797
798
/// somewhere and spend them when you create on-chain transactions.
799
+ ///
800
+ /// You may hand them to the [`OutputSweeper`] utility which will store and (re-)generate spending
801
+ /// transactions for you.
802
+ ///
803
+ /// [`OutputSweeper`]: crate::util::sweep::OutputSweeper
798
804
SpendableOutputs {
799
805
/// The outputs which you should store as spendable by you.
800
806
outputs : Vec < SpendableOutputDescriptor > ,
You can’t perform that action at this time.
0 commit comments