Skip to content

Commit 2d25d8f

Browse files
committed
swapserverrpc: number of deposits for ServerLoopInQuoteRequest
This commit adds the number of deposits to the ServerLoopInQuoteRequest that the client wants to quote for.
1 parent 3080575 commit 2d25d8f

File tree

4 files changed

+407
-383
lines changed

4 files changed

+407
-383
lines changed

looprpc/client.pb.go

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

looprpc/client.swagger.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
},
258258
{
259259
"name": "deposit_outpoints",
260-
"description": "If the",
260+
"description": "Static address deposit outpoints that will be quoted for. This option only\npertains to loop in swaps. Either this or the amt parameter can be set at\nthe same time.",
261261
"in": "query",
262262
"required": false,
263263
"type": "array",
@@ -418,7 +418,7 @@
418418
},
419419
{
420420
"name": "deposit_outpoints",
421-
"description": "If the",
421+
"description": "Static address deposit outpoints that will be quoted for. This option only\npertains to loop in swaps. Either this or the amt parameter can be set at\nthe same time.",
422422
"in": "query",
423423
"required": false,
424424
"type": "array",

0 commit comments

Comments
 (0)