mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +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:
committed by
Rusty Russell
parent
33ab1ce78b
commit
3e14056ce0
@@ -9,7 +9,7 @@
|
||||
"scb": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"type": "hex",
|
||||
"description": "SCB of a channel in TLV format"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user