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 9c1b02e commit 72618ffCopy full SHA for 72618ff
lightning/src/chain/keysinterface.rs
@@ -49,7 +49,8 @@ use ln::msgs::DecodeError;
49
pub enum SpendableOutputDescriptor {
50
/// An output to a script which was provided via KeysInterface directly, either from
51
/// `get_destination_script()` or `get_shutdown_pubkey()`, thus you should already know how to
52
- /// spend it. No secret keys are provided as rust-lightning was never given any key.
+ /// spend it. No secret keys are provided as the generating ChannelMonitor was never given any
53
+ /// secret key material.
54
/// These may include outputs from a transaction punishing our counterparty or claiming an HTLC
55
/// on-chain using the payment preimage or after it has timed out.
56
StaticOutput {
0 commit comments