BOLTS: update which fixes BIP353 quotes, missing invreq field in invoices.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2025-03-12 09:28:08 +10:30
parent 2e81a40d77
commit e832784cba
5 changed files with 7 additions and 23 deletions

View File

@@ -641,6 +641,12 @@ static u64 get_offer_type(const char *name)
* 1. type: 90 (`invreq_paths`)
* 2. data:
* * [`...*blinded_path`:`paths`]
* 1. type: 91 (`invreq_bip_353_name`)
* 2. data:
* * [`u8`:`name_len`]
* * [`name_len*byte`:`name`]
* * [`u8`:`domain_len`]
* * [`domain_len*byte`:`domain`]
* 1. type: 160 (`invoice_paths`)
* 2. data:
* * [`...*blinded_path`:`paths`]