Rename `blinded_route` variables and module to `blinded_path`
authorMatt Corallo <git@bluematt.me>
Wed, 14 Dec 2022 20:49:53 +0000 (20:49 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 14 Dec 2022 21:14:38 +0000 (21:14 +0000)
commita0d38d7eb9bba986447470a261978e7c73a49d76
treef13bfeebb9e817d670a8500d6001485d56dce681
parent9b6de781d8303b7e4c9ade9a34643dfd5d9c1de4
Rename `blinded_route` variables and module to `blinded_path`

Following up on the previous commit, this also renames variables
and the module used to `blinded_path`.
lightning/src/onion_message/blinded_path.rs [new file with mode: 0644]
lightning/src/onion_message/blinded_route.rs [deleted file]
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