mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 23:54:22 +01:00
doc/schemas: handle delinvoice of paid invoice.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user