mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
doc/schemas: handle delinvoice of paid invoice.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
7abc491f4c
commit
290dfd2b81
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,7 @@
|
||||||
"payment_hash": {},
|
"payment_hash": {},
|
||||||
"pay_index": {},
|
"pay_index": {},
|
||||||
"amount_received_msat": {},
|
"amount_received_msat": {},
|
||||||
|
"msatoshi_received": {},
|
||||||
"paid_at": {},
|
"paid_at": {},
|
||||||
"payment_preimage": {}
|
"payment_preimage": {}
|
||||||
}
|
}
|
||||||
|
@ -145,6 +146,9 @@
|
||||||
"type": "msat",
|
"type": "msat",
|
||||||
"description": "how much was actually received"
|
"description": "how much was actually received"
|
||||||
},
|
},
|
||||||
|
"msatoshi_received": {
|
||||||
|
"deprecated": "true"
|
||||||
|
},
|
||||||
"paid_at": {
|
"paid_at": {
|
||||||
"type": "u64",
|
"type": "u64",
|
||||||
"description": "UNIX timestamp of when payment was received"
|
"description": "UNIX timestamp of when payment was received"
|
||||||
|
|
Loading…
Add table
Reference in a new issue