doc/schemas: handle delinvoice of paid invoice.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2022-03-24 09:54:38 +10:30
parent 7abc491f4c
commit 290dfd2b81

View file

@ -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"