mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +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": {
|
"scb": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string",
|
"type": "hex",
|
||||||
"description": "SCB of a channel in TLV format"
|
"description": "SCB of a channel in TLV format"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue