Skip to content

Commit 8a4ce0e

Browse files
committed
looprpc: fix doc on routing fee units
1 parent 0ef659a commit 8a4ce0e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

looprpc/client.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

looprpc/client.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ message LoopOutRequest {
118118
string dest = 2;
119119

120120
/**
121-
Maximum off-chain fee in msat that may be paid for payment to the server.
121+
Maximum off-chain fee in sat that may be paid for swap payment to the server.
122122
This limit is applied during path finding. Typically this value is taken
123123
from the response of the GetQuote call.
124124
*/
125125
int64 max_swap_routing_fee = 3;
126126

127127
/**
128-
Maximum off-chain fee in msat that may be paid for payment to the server.
128+
Maximum off-chain fee in sat that may be paid for the prepay to the server.
129129
This limit is applied during path finding. Typically this value is taken
130130
from the response of the GetQuote call.
131131
*/

looprpc/client.swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,12 @@
380380
"max_swap_routing_fee": {
381381
"type": "string",
382382
"format": "int64",
383-
"description": "*\nMaximum off-chain fee in msat that may be paid for payment to the server.\nThis limit is applied during path finding. Typically this value is taken\nfrom the response of the GetQuote call."
383+
"description": "*\nMaximum off-chain fee in sat that may be paid for swap payment to the server.\nThis limit is applied during path finding. Typically this value is taken\nfrom the response of the GetQuote call."
384384
},
385385
"max_prepay_routing_fee": {
386386
"type": "string",
387387
"format": "int64",
388-
"description": "*\nMaximum off-chain fee in msat that may be paid for payment to the server.\nThis limit is applied during path finding. Typically this value is taken\nfrom the response of the GetQuote call."
388+
"description": "*\nMaximum off-chain fee in sat that may be paid for the prepay to the server.\nThis limit is applied during path finding. Typically this value is taken\nfrom the response of the GetQuote call."
389389
},
390390
"max_swap_fee": {
391391
"type": "string",

0 commit comments

Comments
 (0)