From: Jeffrey Czyz Date: Sat, 2 Mar 2024 18:28:20 +0000 (-0600) Subject: Generalize onion message ForwardTlvs::next_node_id X-Git-Tag: v0.0.123-beta~10^2~9 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;ds=inline;h=d85e0d619a5225cbf73bdf7cac7f400529cb6a73;hp=d85e0d619a5225cbf73bdf7cac7f400529cb6a73;p=rust-lightning Generalize onion message ForwardTlvs::next_node_id Allow either using a node id or a short channel id when forwarding an onion message. This allows for a more compact representation of blinded paths, which is advantageous for reducing offer QR code size. Follow-up commits will implement handling the short channel id case as it requires looking up the destination node id. ---