X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fchain%2Fkeysinterface.rs;h=fdcac550928112b83cdf58beb7ee662bc6a42587;hb=babf0af30bfe766e6c3f1c3cf76b7b0fa0830dbc;hp=ce865107abc3ee831b25263a7281b08921547155;hpb=dde344a51d431ef013cb7ebb3df0c765dd9ef8be;p=rust-lightning diff --git a/lightning/src/chain/keysinterface.rs b/lightning/src/chain/keysinterface.rs index ce865107..fdcac550 100644 --- a/lightning/src/chain/keysinterface.rs +++ b/lightning/src/chain/keysinterface.rs @@ -74,6 +74,8 @@ pub enum SpendableOutputDescriptor { /// The output which is referenced by the given outpoint output: TxOut, }, + // TODO: Note that because key is now static and exactly what is provided by us, we should drop + // this in favor of StaticOutput: /// An output to a P2WPKH, spendable exclusively by the given private key. /// The witness in the spending input, is, thus, simply: ///