rust-lightning/lightning
Matt Corallo e7678d42d9 derive(Debug) on Events
We'd previously largely not turned on derive(Debug) on any of our
structs, but not for good reason. Especially for Events objects,
Debug can be a very useful for users to quickly print what they
received from us without having to write out a large match.
2020-09-18 18:29:48 -04:00
..
src derive(Debug) on Events 2020-09-18 18:29:48 -04:00
Cargo.toml Update to latest upstream rust-bitcoin 2020-09-10 16:20:01 -04:00