Manually implement Debug for onion message packets.
authorValentine Wallace <vwallace@protonmail.com>
Wed, 27 Mar 2024 15:06:33 +0000 (11:06 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Thu, 9 May 2024 19:29:44 +0000 (15:29 -0400)
commit6613f1f0d2b8c8967e8c98efda136cdbe837ae9a
treecaf2d9d166e9f2c669e5ce957957516294bdbeb0
parentbe31e632c2cb89dc94db7f6b5859213c8e04febd
Manually implement Debug for onion message packets.

Previously we derived Debug, but that caused a lot of unreadable encrypted
bytes to be printed.
lightning/src/onion_message/packet.rs