Skip to content

Commit

Permalink
jsonrpc: Add versioning annotation to listpeerchannels
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker authored and rustyrussell committed May 5, 2023
1 parent 21cc16f commit 2a52e52
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 69 deletions.
156 changes: 88 additions & 68 deletions contrib/pyln-testing/pyln/testing/node_pb2.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/lightning-listpeerchannels.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions doc/schemas/listpeerchannels.request.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "object",
"required": [],
"additionalProperties": false,
"added": "v23.02",
"properties": {
"id": {
"type": "pubkey",
Expand Down
1 change: 1 addition & 0 deletions doc/schemas/listpeerchannels.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"added": "v23.02",
"required": [
"channels"
],
Expand Down

0 comments on commit 2a52e52

Please sign in to comment.