rust-bitcoin / rust-secp256k1

Rust language bindings for Bitcoin secp256k1 library.
Creative Commons Zero v1.0 Universal
351 stars 270 forks source link

Improved `PublicKey` and `XOnlyPublicKey` `Debug` impl #745

Closed liamaharon closed 2 months ago

liamaharon commented 2 months ago

Closes #729

Adjusts Debug impls to write serialized hex representation of the keys rather than the inner u8 bytes.

apoelstra commented 2 months ago

Wow, you got your ACK in just seconds before I made the merge commit.

tcharding commented 2 months ago

Like a boss!