msggen: Add two missing fields to the listpays schema

The fields were missing because they weren't annotated with a type and
a description. Adding those fixes them.

Changelog-Fixed: msggen: `listpays` now includes the missing `amount_msat` and `amount_sent_msat` fields
No-schema-diff-check: fields were always there, just undocumented!
This commit is contained in:
Christian Decker
2023-07-25 17:01:30 +02:00
committed by Rusty Russell
parent 7915a9d678
commit 7b8ea7f60a
8 changed files with 85 additions and 51 deletions

View File

@@ -3810,6 +3810,14 @@
"added": "pre-v0.10.1",
"deprecated": null
},
"ListPays.amount_msat": {
"added": "pre-v0.10.1",
"deprecated": false
},
"ListPays.amount_sent_msat": {
"added": "pre-v0.10.1",
"deprecated": false
},
"ListPays.bolt11": {
"added": "pre-v0.10.1",
"deprecated": false
@@ -3822,6 +3830,14 @@
"added": "pre-v0.10.1",
"deprecated": false
},
"ListPays.pays[].amount_msat": {
"added": "pre-v0.10.1",
"deprecated": false
},
"ListPays.pays[].amount_sent_msat": {
"added": "pre-v0.10.1",
"deprecated": false
},
"ListPays.pays[].bolt11": {
"added": "pre-v0.10.1",
"deprecated": false