Skip to content

Commit 72618ff

Browse files
committed
Clean up SpendableOutputDescriptor::StaticOutput docs somewhat
As suggested by devrandom.
1 parent 9c1b02e commit 72618ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/chain/keysinterface.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ use ln::msgs::DecodeError;
4949
pub enum SpendableOutputDescriptor {
5050
/// An output to a script which was provided via KeysInterface directly, either from
5151
/// `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.
52+
/// spend it. No secret keys are provided as the generating ChannelMonitor was never given any
53+
/// secret key material.
5354
/// These may include outputs from a transaction punishing our counterparty or claiming an HTLC
5455
/// on-chain using the payment preimage or after it has timed out.
5556
StaticOutput {

0 commit comments

Comments
 (0)