`impl Display for NodeId`
authorMatt Corallo <git@bluematt.me>
Mon, 23 Jan 2023 23:33:19 +0000 (23:33 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 23 Jan 2023 23:39:40 +0000 (23:39 +0000)
commit869b71dccf1b6d22895067d461a408ac37012a26
tree7fdbaff79b858702b474a49740f0d103b70db267
parentce6bcf68a15331c082b34d09902241583bc6ff71
`impl Display for NodeId`

`NodeId` is a public key, there's not much reason to not implement
`Display` for it and only `Debug`.
lightning/src/routing/gossip.rs