rust-lightning/lightning
Matt Corallo 98340dc253 Use {}, not {:?} for PublicKey logging
The `Debug` serialization of `PublicKey`s includes both the X and Y
coordinate, which isn't something most of our users deal with.
Instead, logging using `Display` gives users the keys they're used
to.
2024-03-13 13:58:47 +00:00
..
src Use {}, not {:?} for PublicKey logging 2024-03-13 13:58:47 +00:00
Cargo.toml Drop ahash dependency in favor of core's SipHasher 2024-02-16 20:34:41 +00:00