mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 01:50:03 +01:00
BOLT 4: add bolt12 payloads to onion message payloads.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
aed3d28d5a
commit
ca06224cf6
@ -1510,6 +1510,15 @@ even, of course!).
|
|||||||
1. type: 4 (`encrypted_recipient_data`)
|
1. type: 4 (`encrypted_recipient_data`)
|
||||||
2. data:
|
2. data:
|
||||||
* [`...*byte`:`encrypted_recipient_data`]
|
* [`...*byte`:`encrypted_recipient_data`]
|
||||||
|
1. type: 64 (`invoice_request`)
|
||||||
|
2. data:
|
||||||
|
* [`tlv_invoice_request`:`invreq`]
|
||||||
|
1. type: 66 (`invoice`)
|
||||||
|
2. data:
|
||||||
|
* [`tlv_invoice`:`inv`]
|
||||||
|
1. type: 68 (`invoice_error`)
|
||||||
|
2. data:
|
||||||
|
* [`tlv_invoice_error`:`inverr`]
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user