Doc that `Record::node_id` may be missing even with `channel_id` 2023-12-2314-cleanups-3
authorMatt Corallo <git@bluematt.me>
Sun, 3 Dec 2023 19:09:32 +0000 (19:09 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 3 Dec 2023 19:42:21 +0000 (19:42 +0000)
commitcf0539eba480364f3c343ae2532c4b02179b833e
tree892d7a66232b752c05ad51af7ed6a08a0cddc342
parent2be5e370e3e80fd2a987e0199ace47845f23e87d
Doc that `Record::node_id` may be missing even with `channel_id`

There are various place where we log something related to a channel
but fail to fill in the channel's counterparty information. This is
somewhat surprising, given channel counterparty information is
always known, but simply is sometimes not readily accessible to LDK
when a log is printed.
lightning/src/util/logger.rs