Remove Key parameter from ChainMonitor
[rust-lightning] / lightning / src / util / events.rs
index 21b535408b07e255e29e8b86c6e3fe42d14c9a05..60191b886d59222bf7b2310e2f80264942cce70c 100644 (file)
@@ -31,6 +31,7 @@ use std::time::Duration;
 /// Note that while Writeable and Readable are implemented for Event, you probably shouldn't use
 /// them directly as they don't round-trip exactly (for example FundingGenerationReady is never
 /// written as it makes no sense to respond to it after reconnecting to peers).
+#[derive(Debug)]
 pub enum Event {
        /// Used to indicate that the client should generate a funding transaction with the given
        /// parameters and then call ChannelManager::funding_transaction_generated.