X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fonion_message%2Fmod.rs;fp=lightning%2Fsrc%2Fonion_message%2Fmod.rs;h=e735b428ea03dea6a26018bf23ac8ff4670e7c33;hb=8dbf6dba7d2c0f6ad997229fb1abe8f08f32d619;hp=f8ecf7de8f79c406918e4df681bc972aaa7fe31f;hpb=a0d38d7eb9bba986447470a261978e7c73a49d76;p=rust-lightning diff --git a/lightning/src/onion_message/mod.rs b/lightning/src/onion_message/mod.rs index f8ecf7de..e735b428 100644 --- a/lightning/src/onion_message/mod.rs +++ b/lightning/src/onion_message/mod.rs @@ -12,13 +12,13 @@ //! Onion messages are multi-purpose messages sent between peers over the lightning network. In the //! near future, they will be used to communicate invoices for [offers], unlocking use cases such as //! static invoices, refunds and proof of payer. Further, you will be able to accept payments -//! without revealing your node id through the use of [blinded routes]. +//! without revealing your node id through the use of [blinded paths]. //! //! LDK sends and receives onion messages via the [`OnionMessenger`]. See its documentation for more //! information on its usage. //! //! [offers]: -//! [blinded routes]: crate::onion_message::BlindedPath +//! [blinded paths]: crate::onion_message::BlindedPath mod blinded_path; mod messenger;