jsonrpc: Add versioning annotation to listpeerchannels

This commit is contained in:
Christian Decker
2023-05-02 19:31:30 +02:00
committed by Rusty Russell
parent 21cc16fb5b
commit 2a52e52015
4 changed files with 91 additions and 69 deletions

File diff suppressed because one or more lines are too long

View File

@@ -194,4 +194,4 @@ Main web site: <https://github.com/ElementsProject/lightning> Lightning
RFC site (BOLT \#9):
<https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md>
[comment]: # ( SHA256STAMP:98524b075be2355d84732638277bf125549bc7ca21822ed35e1ffd1dff53d7f7)
[comment]: # ( SHA256STAMP:005c109a25f91eabf18e2003a4c83e305ca6b4a604999ceeef6ca3f0ee4b0006)

View File

@@ -3,6 +3,7 @@
"type": "object",
"required": [],
"additionalProperties": false,
"added": "v23.02",
"properties": {
"id": {
"type": "pubkey",

View File

@@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"added": "v23.02",
"required": [
"channels"
],