]> git.bitcoin.ninja Git - rust-lightning/commit
Expand DefaultRouter's privacy docs
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 18 Sep 2024 17:06:26 +0000 (12:06 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Mon, 23 Sep 2024 03:22:00 +0000 (12:22 +0900)
commitbde331fe94eb2855e020677a856cca6809100388
tree7e98341599c1e5745b4b1b46cbfa6daebca7aac5
parent04c51b380dbd9f55d5fb2a87f9d3c9f75f98777a
Expand DefaultRouter's privacy docs

DefaultRouter::create_blinded_payment_paths may creat a one-hop blinded
path with the recipient as the introduction node. Update the privacy
section of DefaultRouter's docs to indicate this as is done in the docs
for DefaultMessageRouter.
lightning/src/routing/router.rs