mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +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": {},
|
||||
"pay_index": {},
|
||||
"amount_received_msat": {},
|
||||
"msatoshi_received": {},
|
||||
"paid_at": {},
|
||||
"payment_preimage": {}
|
||||
}
|
||||
|
@ -145,6 +146,9 @@
|
|||
"type": "msat",
|
||||
"description": "how much was actually received"
|
||||
},
|
||||
"msatoshi_received": {
|
||||
"deprecated": "true"
|
||||
},
|
||||
"paid_at": {
|
||||
"type": "u64",
|
||||
"description": "UNIX timestamp of when payment was received"
|
||||
|
|
Loading…
Add table
Reference in a new issue