mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
jsonrpc: Add missing partid
in listsendpays
schema
This commit is contained in:
parent
817b1b361e
commit
a9eb7b427f
@ -60,4 +60,4 @@ RESOURCES
|
||||
|
||||
Main web site: <https://github.com/ElementsProject/lightning>
|
||||
|
||||
[comment]: # ( SHA256STAMP:2cc3f9f1b830c2ef9f2027c79547af7e2096313b68c045c517870659f3499d38)
|
||||
[comment]: # ( SHA256STAMP:4a3ec9bd1d5b1959856d3822245e94793712d23f82f5909a415125810bdcd538)
|
||||
|
@ -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": { },
|
||||
|
Loading…
Reference in New Issue
Block a user