Unify blinding nomenclature to call them "paths" not "routes".
authorMatt Corallo <git@bluematt.me>
Wed, 14 Dec 2022 20:45:37 +0000 (20:45 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 14 Dec 2022 21:07:55 +0000 (21:07 +0000)
commit9b6de781d8303b7e4c9ade9a34643dfd5d9c1de4
treec803efc26088042e40eecee0a363e3942646510e
parentd4dc05b0d8850573d591aaf04e13e08f946dd87c
Unify blinding nomenclature to call them "paths" not "routes".

Currently the `onion_message` module exposes the blinded route
object as *both* `BlindedRoute` and `BlindedPath`. This is somewhat
confusing, and given they are really paths, not routes (at least in
the sense that a route could be multi-path, though for OMs they are
not), here we unify to only call them paths.
lightning/src/onion_message/blinded_route.rs
lightning/src/onion_message/functional_tests.rs
lightning/src/onion_message/messenger.rs
lightning/src/onion_message/mod.rs
lightning/src/onion_message/packet.rs
lightning/src/onion_message/utils.rs