jsonrpc: Add missing `partid` in `listsendpays` schema

This commit is contained in:
Christian Decker 2021-09-29 17:44:59 +02:00 committed by Rusty Russell
parent 817b1b361e
commit a9eb7b427f
2 changed files with 4 additions and 1 deletions

View File

@ -60,4 +60,4 @@ RESOURCES
Main web site: <https://github.com/ElementsProject/lightning>
[comment]: # ( SHA256STAMP:2cc3f9f1b830c2ef9f2027c79547af7e2096313b68c045c517870659f3499d38)
[comment]: # ( SHA256STAMP:4a3ec9bd1d5b1959856d3822245e94793712d23f82f5909a415125810bdcd538)

View File

@ -80,6 +80,7 @@
"required": [ "payment_preimage" ],
"properties": {
"id": { },
"partid": { },
"groupid": { },
"payment_hash": { },
"status": { },
@ -115,6 +116,7 @@
"required": [ ],
"properties": {
"id": { },
"partid": { },
"groupid": { },
"payment_hash": { },
"status": { },
@ -148,6 +150,7 @@
"required": [ ],
"properties": {
"id": { },
"partid": { },
"groupid": { },
"payment_hash": { },
"status": { },