mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 21:36:17 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user