Add Event::ConnectionNeeded for onion messages
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 9 Nov 2023 17:10:23 +0000 (11:10 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Wed, 6 Dec 2023 14:47:34 +0000 (08:47 -0600)
commitba2a8221c414c253531a1fd49623bf1c743bad6a
treee0ce6aafeb398246a8e261b1c22df1889fe70f78
parentb86f02afad22f0d2b8fe30e3427bfc63bd0b086d
Add Event::ConnectionNeeded for onion messages

A MessageRouter may be unable to find a complete path to an onion
message's destination. This could because no such path exists or any
needs on a potential path don't support onion messages. Add an event
that indicates a connection with a node is needed in order to send the
message.
lightning/src/events/mod.rs