From 290dfd2b815221e4409b608678518d9f47d6defe Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 24 Mar 2022 09:54:38 +1030 Subject: [PATCH] doc/schemas: handle delinvoice of paid invoice. Signed-off-by: Rusty Russell --- doc/schemas/delinvoice.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/schemas/delinvoice.schema.json b/doc/schemas/delinvoice.schema.json index 1803a7fbd..2a86ad594 100644 --- a/doc/schemas/delinvoice.schema.json +++ b/doc/schemas/delinvoice.schema.json @@ -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"