You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changelog-Fixed: injectpayment_onion: fix fees for blinded paths, treat amount_msat as the incoming amount and not the forward amount.
Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
Copy file name to clipboardExpand all lines: contrib/msggen/msggen/schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16068,7 +16068,7 @@
16068
16068
"amount_msat": {
16069
16069
"type": "msat",
16070
16070
"description": [
16071
-
"The amount for the first HTLC in millisatoshis. This is also the amount which will be forwarded to the first peer (if any) as we do not charge fees on our own payments. Note: this is shown in listsendpays as `amount_sent_msat`."
16071
+
"The amount in millisatoshis this node would receive from a peer before forwarding the payment to the next. Note: this is shown in listsendpays as `amount_sent_msat`."
Copy file name to clipboardExpand all lines: doc/schemas/injectpaymentonion.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
"amount_msat": {
35
35
"type": "msat",
36
36
"description": [
37
-
"The amount for the first HTLC in millisatoshis. This is also the amount which will be forwarded to the first peer (if any) as we do not charge fees on our own payments. Note: this is shown in listsendpays as `amount_sent_msat`."
37
+
"The amount in millisatoshis this node would receive from a peer before forwarding the payment to the next. Note: this is shown in listsendpays as `amount_sent_msat`."
0 commit comments