]> git.bitcoin.ninja Git - rust-lightning/commit
Advance self blinded payment paths
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 13 Jun 2024 22:15:19 +0000 (17:15 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 18 Jun 2024 14:26:29 +0000 (09:26 -0500)
commit642913c586fc71b0e413532e7dedcd19cfd4815c
tree5ab4a804ae2d0fb55b2f74e2c7d8fb0b98578908
parent55ba2aab41d423f3f043cff561c2640a21b36d39
Advance self blinded payment paths

DefaultRouter will ignore blinded paths where the sender is the
introduction node. Similar to message paths, advance such paths by one
so that payments may be sent to them.
lightning/src/ln/channelmanager.rs
lightning/src/ln/offers_tests.rs
lightning/src/ln/outbound_payment.rs
lightning/src/routing/router.rs