Skip to content

Commit 9efca9d

Browse files
authored
Merge pull request #254 from gcomte/master
looprpc/docs: fix typo
2 parents 2f40064 + 6e916f2 commit 9efca9d

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
@@ -145,7 +145,7 @@ message LoopOutRequest {
145145
int64 max_prepay_amt = 6;
146146

147147
/**
148-
Maximum in on-chain fees that we are willing to spent. If we want to
148+
Maximum in on-chain fees that we are willing to spend. If we want to
149149
sweep the on-chain htlc and the fee estimate turns out higher than this
150150
value, we cancel the swap. If the fee estimate is lower, we publish the
151151
sweep tx.
@@ -208,7 +208,7 @@ message LoopInRequest {
208208
int64 max_swap_fee = 2;
209209

210210
/**
211-
Maximum in on-chain fees that we are willing to spent. If we want to
211+
Maximum in on-chain fees that we are willing to spend. If we want to
212212
publish the on-chain htlc and the fee estimate turns out higher than this
213213
value, we cancel the swap.
214214

looprpc/client.swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
"max_miner_fee": {
382382
"type": "string",
383383
"format": "int64",
384-
"description": "*\nMaximum in on-chain fees that we are willing to spent. If we want to\npublish the on-chain htlc and the fee estimate turns out higher than this\nvalue, we cancel the swap. \n\nmax_miner_fee is typically taken from the response of the GetQuote call."
384+
"description": "*\nMaximum in on-chain fees that we are willing to spend. If we want to\npublish the on-chain htlc and the fee estimate turns out higher than this\nvalue, we cancel the swap. \n\nmax_miner_fee is typically taken from the response of the GetQuote call."
385385
},
386386
"last_hop": {
387387
"type": "string",
@@ -435,7 +435,7 @@
435435
"max_miner_fee": {
436436
"type": "string",
437437
"format": "int64",
438-
"description": "*\nMaximum in on-chain fees that we are willing to spent. If we want to\nsweep the on-chain htlc and the fee estimate turns out higher than this\nvalue, we cancel the swap. If the fee estimate is lower, we publish the\nsweep tx.\n\nIf the sweep tx is not confirmed, we are forced to ratchet up fees until it\nis swept. Possibly even exceeding max_miner_fee if we get close to the htlc\ntimeout. Because the initial publication revealed the preimage, we have no\nother choice. The server may already have pulled the off-chain htlc. Only\nwhen the fee becomes higher than the swap amount, we can only wait for fees\nto come down and hope - if we are past the timeout - that the server is not\npublishing the revocation.\n\nmax_miner_fee is typically taken from the response of the GetQuote call."
438+
"description": "*\nMaximum in on-chain fees that we are willing to spend. If we want to\nsweep the on-chain htlc and the fee estimate turns out higher than this\nvalue, we cancel the swap. If the fee estimate is lower, we publish the\nsweep tx.\n\nIf the sweep tx is not confirmed, we are forced to ratchet up fees until it\nis swept. Possibly even exceeding max_miner_fee if we get close to the htlc\ntimeout. Because the initial publication revealed the preimage, we have no\nother choice. The server may already have pulled the off-chain htlc. Only\nwhen the fee becomes higher than the swap amount, we can only wait for fees\nto come down and hope - if we are past the timeout - that the server is not\npublishing the revocation.\n\nmax_miner_fee is typically taken from the response of the GetQuote call."
439439
},
440440
"loop_out_channel": {
441441
"type": "string",

0 commit comments

Comments
 (0)