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:
Christian Decker 2023-08-04 12:24:53 +02:00 committed by Rusty Russell
parent 33ab1ce78b
commit 3e14056ce0

View file

@ -9,7 +9,7 @@
"scb": {
"type": "array",
"items": {
"type": "string",
"type": "hex",
"description": "SCB of a channel in TLV format"
}
}