Skip to content

Commit 7be5a67

Browse files
committed
sendonion: add auto generated files
This commit can be squashed with the previous commit after PR review. Changelog-None Signed-off-by: Lagrang3 <[email protected]>
1 parent bdfa058 commit 7be5a67

File tree

6 files changed

+906
-889
lines changed

6 files changed

+906
-889
lines changed

.msggen.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -3319,7 +3319,8 @@
33193319
"SendOnion.onion": 1,
33203320
"SendOnion.partid": 6,
33213321
"SendOnion.payment_hash": 3,
3322-
"SendOnion.shared_secrets[]": 5
3322+
"SendOnion.shared_secrets[]": 5,
3323+
"SendOnion.total_amount_msat": 15
33233324
},
33243325
"SendonionResponse": {
33253326
"SendOnion.amount_msat": 4,
@@ -11881,6 +11882,10 @@
1188111882
"added": "pre-v0.10.1",
1188211883
"deprecated": null
1188311884
},
11885+
"SendOnion.total_amount_msat": {
11886+
"added": "v25.02",
11887+
"deprecated": null
11888+
},
1188411889
"SendOnion.updated_index": {
1188511890
"added": "v23.11",
1188611891
"deprecated": null

cln-grpc/proto/node.proto

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cln-grpc/src/convert.rs

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cln-rpc/src/model.rs

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/msggen/msggen/schema.json

+7
Original file line numberDiff line numberDiff line change
@@ -31254,6 +31254,13 @@
3125431254
"Used to annotate the payment, and is returned by *waitsendpay* and *listsendpays*."
3125531255
]
3125631256
},
31257+
"total_amount_msat": {
31258+
"type": "msat",
31259+
"description": [
31260+
"This is the full amount requested by the destination in the invoice. It is needed internally for multi-part payments. "
31261+
],
31262+
"added": "v25.02"
31263+
},
3125731264
"destination": {
3125831265
"type": "pubkey",
3125931266
"description": [

contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

+888-888
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)