mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
bolt: update to BOLT spec changes (extract format + type specifications)
updates the bolt version to 6639cef095a2ecc7b8f0c48c6e7f2f906fbfbc58. this requires us to use the new bolt parser at generate-bolt.py and updates to all of the type specifications (ie. from u8 -> byte)
This commit is contained in:
committed by
Rusty Russell
parent
6c240ab589
commit
5c07afac7d
@@ -252,7 +252,7 @@ static char *opt_set_alias(const char *arg, struct lightningd *ld)
|
||||
ld->alias = tal_free(ld->alias);
|
||||
/* BOLT #7:
|
||||
*
|
||||
* * [`32`:`alias`]
|
||||
* * [`32*byte`:`alias`]
|
||||
*...
|
||||
* - MUST set `alias` to a valid UTF-8 string, with any
|
||||
* `alias` trailing-bytes equal to 0.
|
||||
|
||||
Reference in New Issue
Block a user