Merge pull request #9752 from erickcestari/reject-payment-without-invoice

routerrpc: reject payment to invoice that don't have payment secret or blinded paths
This commit is contained in:
Elle
2025-06-30 13:11:36 +02:00
committed by GitHub
4 changed files with 56 additions and 5 deletions

View File

@@ -130,6 +130,9 @@ circuit. The indices are only available for forwarding events saved after v0.20.
`channel_update` message and handle it explicitly throughout the code base
instead of extracting it from the TLV stream at various call-sites.
* [Require invoices to include a payment address or blinded paths](https://github.com/lightningnetwork/lnd/pull/9752)
to comply with updated BOLT 11 specifications before sending payments.
## Testing
* Previously, automatic peer bootstrapping was disabled for simnet, signet and
@@ -152,6 +155,7 @@ circuit. The indices are only available for forwarding events saved after v0.20.
* Abdulkbk
* Boris Nagaev
* Elle Mouton
* Erick Cestari
* Funyug
* Mohamed Awnallah
* Pins