mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
doc: The SCB fields are hex-encoded binary TLVs, not strings
This makes them smaller when passing them over a binary-capable encoding.
This commit is contained in:
parent
33ab1ce78b
commit
3e14056ce0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"scb": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"type": "hex",
|
||||
"description": "SCB of a channel in TLV format"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue