rust-lightning/lightning/src/onion_message
Jeffrey Czyz 8412e8368c
Destination in OnionMessenger::send_onion_message
OnionMessenger::send_onion_message takes an OnionMessagePath. This isn't
very useful as it requires finding a path manually. Instead, have the
method take a Destination and use OnionMessenger's MessageRouter to
construct the path. Later, this will allow for buffering messages where
the first node in the path isn't a direct connection.
2023-12-06 08:47:18 -06:00
..
functional_tests.rs Destination in OnionMessenger::send_onion_message 2023-12-06 08:47:18 -06:00
messenger.rs Destination in OnionMessenger::send_onion_message 2023-12-06 08:47:18 -06:00
mod.rs export create_onion_message and peel_onion_message from ln::onion_message 2023-11-06 10:42:50 -08:00
offers.rs logging every sent and receive onion message 2023-12-03 00:24:14 +05:30
packet.rs logging every sent and receive onion message 2023-12-03 00:24:14 +05:30