X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;h=60191b886d59222bf7b2310e2f80264942cce70c;hb=367834ca9039eb64d6f85b6bd4432c735e776b81;hp=21b535408b07e255e29e8b86c6e3fe42d14c9a05;hpb=4395b92cc8bfe0cc803e70bba11f4db58d5d0dbf;p=rust-lightning diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index 21b53540..60191b88 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -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.