Skip to content

Commit

Permalink
BOLT 4: add bolt12 payloads to onion message payloads.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Apr 2, 2023
1 parent dbc488e commit d4c8b6c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 04-onion-routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -1467,6 +1467,15 @@ even, of course!).
1. type: 4 (`encrypted_recipient_data`)
2. 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`]

1. subtype: `blinded_path`
2. data:
Expand Down

0 comments on commit d4c8b6c

Please sign in to comment.