mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-07 08:04:23 +01:00
doc/schemas: disallow unknown fields in listchannels.
Would have caught the previous bug! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
c63d9e60f8
commit
849f92f4b0
@@ -10,7 +10,7 @@
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"source",
|
||||
"destination",
|
||||
|
||||
Reference in New Issue
Block a user