mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-16 13:00:19 +02:00
This commit adds handling code for the key send custom record. If this record is present and its hash matches the payment hash, invoice registry will insert a new invoice into the database "just in time". The subsequent settle flow is unchanged. The newly inserted invoice is picked up and settled. Notifications will be broadcast as usual. |
||
|---|---|---|
| .. | ||
| custom_records.go | ||
| experimental.go | ||
| hop.go | ||
| mpp.go | ||
| record_test.go | ||