]> git.bitcoin.ninja Git - rust-lightning/commit
Blinded payments to unannounced introduction node
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 12 Jun 2024 21:54:19 +0000 (16:54 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 18 Jun 2024 14:26:28 +0000 (09:26 -0500)
commit3bf84204e3a4c6772d231fa3b85f90a79e5b4871
tree193b675d1661d289d02e4e9231e4a79b7182f1b7
parent7d1745e7210975cc0fdc17b31072e33f0dfbf8e3
Blinded payments to unannounced introduction node

When creating blinded paths for receiving onion payments, allow using
the recipient's only peer as the introduction node when the recipient is
unannounced. This allows for sending payments without going through an
intermediary, which is useful for testing or when only connected to an
LSP with an empty NetworkGraph.
lightning/src/ln/offers_tests.rs
lightning/src/routing/router.rs