Pathfinding: ignore blinded route hints where we are the intro node
authorValentine Wallace <vwallace@protonmail.com>
Tue, 12 Sep 2023 18:57:59 +0000 (14:57 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 27 Sep 2023 17:19:49 +0000 (13:19 -0400)
commit29c67d524666fcdbc9d06aaa9104916a4e2e2d47
tree12e7451c7bd456ec1fd53731e8a168d99db8cf22
parentb16d6a1e11782c5194ba175a5d395fba752965af
Pathfinding: ignore blinded route hints where we are the intro node

See tests, but the fuzzer found several panics from not fully ignoring these
hints.

We should support these route hints eventually, but it will involve some
reworking of the Path/BlindedTail structs.
lightning/src/routing/router.rs