Update references to "blinded route" to "blinded path"
[rust-lightning] / lightning / src / onion_message / mod.rs
index f8ecf7de8f79c406918e4df681bc972aaa7fe31f..e735b428ea03dea6a26018bf23ac8ff4670e7c33 100644 (file)
 //! 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]: <https://github.com/lightning/bolts/pull/798>
-//! [blinded routes]: crate::onion_message::BlindedPath
+//! [blinded paths]: crate::onion_message::BlindedPath
 
 mod blinded_path;
 mod messenger;