Replace WatchEventProvider with chain::Filter
[rust-lightning] / lightning / src / chain / keysinterface.rs
index 1cc41b0f8fa6882f498997eb2840f6ac605f9bdc..5599bfbb9fd763e88c58dd475735ace5a86a0079 100644 (file)
@@ -45,7 +45,7 @@ use ln::msgs::DecodeError;
 /// spend on-chain. The information needed to do this is provided in this enum, including the
 /// outpoint describing which txid and output index is available, the full output which exists at
 /// that txid/index, and any keys or other information required to sign.
-#[derive(Clone, PartialEq)]
+#[derive(Clone, Debug, PartialEq)]
 pub enum SpendableOutputDescriptor {
        /// An output to a script which was provided via KeysInterface, thus you should already know
        /// how to spend it. No keys are provided as rust-lightning was never given any keys - only the