File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -792,9 +792,15 @@ pub enum Event {
792792 } ,
793793 /// Used to indicate that an output which you should know how to spend was confirmed on chain
794794 /// 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 *not* ever be spent directly by LDK, and are not at risk of your
796797 /// counterparty spending them due to some kind of timeout. Thus, you need to store them
797798 /// 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
798804 SpendableOutputs {
799805 /// The outputs which you should store as spendable by you.
800806 outputs : Vec < SpendableOutputDescriptor > ,
You can’t perform that action at this time.
0 commit comments