Allow sending onion messages to 1-hop blinded path
authorJeffrey Czyz <jkczyz@gmail.com>
Mon, 11 Sep 2023 22:40:43 +0000 (17:40 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Wed, 18 Oct 2023 23:31:27 +0000 (18:31 -0500)
commit6dc42235baaa22320ad78d3e05fab31edad99328
tree57d13cc7d907163d595acc62e37187e67e61fcda
parent8b442fe4eb80ee43121c3a0f7a364698a296b713
Allow sending onion messages to 1-hop blinded path

This allows for specifying the introduction node as the message
recipient.
fuzz/src/onion_message.rs
lightning/src/blinded_path/mod.rs
lightning/src/onion_message/functional_tests.rs
lightning/src/onion_message/messenger.rs