From 83c690fe5f7b9312a4c29b1c045ce1facafd3e0b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 30 Jan 2023 16:39:03 +1030 Subject: [PATCH] doc: fix listsendpays man page. We actually had a partid allowed (in the oneOf clauses), but didn''t document it. Signed-off-by: Rusty Russell --- .msggen.json | 1 + cln-grpc/proto/node.proto | Bin 31687 -> 31717 bytes cln-grpc/src/convert.rs | Bin 73229 -> 73284 bytes cln-rpc/src/model.rs | Bin 114352 -> 114437 bytes contrib/pyln-testing/pyln/testing/grpc2py.py | 1 + doc/lightning-listsendpays.7.md | 3 ++- doc/schemas/listsendpays.schema.json | 4 ++++ 7 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.msggen.json b/.msggen.json index 1178f8385..311d64ee0 100644 --- a/.msggen.json +++ b/.msggen.json @@ -819,6 +819,7 @@ "ListSendPays.payments[].groupid": 2, "ListSendPays.payments[].id": 1, "ListSendPays.payments[].label": 9, + "ListSendPays.payments[].partid": 15, "ListSendPays.payments[].payment_hash": 3, "ListSendPays.payments[].payment_preimage": 12, "ListSendPays.payments[].status": 4 diff --git a/cln-grpc/proto/node.proto b/cln-grpc/proto/node.proto index c15e8c7f2dbb4116afae2fce05060e78023cb0cb..981ae294649f89706fbc1a8d01aaf94530640173 100644 GIT binary patch delta 28 kcmX^9o$={+#tmKWlie$LCqHoEWi*{Es4la4vAc>10Kg&(Qvd(} delta 18 acmaF*o$>g0#tmKWlNF*QHy?CYF#!Nu+6Y$w diff --git a/cln-grpc/src/convert.rs b/cln-grpc/src/convert.rs index 9e8cd80a4ee486c55e691f86fbdc8f97e725ff1b..6b8032f5ad2d8648c8a557118fa5b6a89f82e0e8 100644 GIT binary patch delta 31 pcmV+)0O0?PyadF&1hBknlfY;_li=qSvv6h<0+Vf5M6)k#-mv*b4<-Nr delta 58 zcmV-A0LA~ryabKB1hBknld$* -[comment]: # ( SHA256STAMP:c7a067147e3275afa7f0cad68a6e1d9c0a10fad038a7b95b9c173edf523aee23) +[comment]: # ( SHA256STAMP:a6dcb3708d706650f74fcdd4d05614a813ac5a69c13c4c579d45c01b106545e2) diff --git a/doc/schemas/listsendpays.schema.json b/doc/schemas/listsendpays.schema.json index 3c57246e2..ed0cb013e 100644 --- a/doc/schemas/listsendpays.schema.json +++ b/doc/schemas/listsendpays.schema.json @@ -28,6 +28,10 @@ "type": "u64", "description": "Grouping key to disambiguate multiple attempts to pay an invoice or the same payment_hash" }, + "partid": { + "type": "u64", + "description": "Part number (for multiple parts to a single payment)" + }, "payment_hash": { "type": "hash", "description": "the hash of the *payment_preimage* which will prove payment",