From 511cb14fbe7add9f751defe5cea8f39a4d037361 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Wed, 29 Sep 2021 18:08:23 +0200 Subject: [PATCH] doc: Add missing `amount_sent_msat` to `listpays` --- doc/lightning-listpays.7.md | 2 +- doc/schemas/listpays.schema.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/lightning-listpays.7.md b/doc/lightning-listpays.7.md index 85b993434..da8e5e66a 100644 --- a/doc/lightning-listpays.7.md +++ b/doc/lightning-listpays.7.md @@ -56,4 +56,4 @@ RESOURCES Main web site: -[comment]: # ( SHA256STAMP:3599920cbe998244ce7583961cab022f236685c242c781e8767d74709ce4e3d2) +[comment]: # ( SHA256STAMP:7dd58bcc0886cc981dff1534fac6753a4554c801a6c03e8ed7295166fcd5f89d) diff --git a/doc/schemas/listpays.schema.json b/doc/schemas/listpays.schema.json index 82c9e4548..78c4ee4a1 100644 --- a/doc/schemas/listpays.schema.json +++ b/doc/schemas/listpays.schema.json @@ -132,6 +132,7 @@ "label": { }, "bolt11": { }, "bolt12": { }, + "amount_sent_msat": { }, "erroronion": { "type": "hex", "description": "the error onion returned on failure, if any."