diff --git a/04-onion-routing.md b/04-onion-routing.md index 9be1332..7df5eb8 100644 --- a/04-onion-routing.md +++ b/04-onion-routing.md @@ -1510,6 +1510,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`] #### Requirements