Skip to content

Commit

Permalink
swapserverrpc: number of deposits for ServerLoopInQuoteRequest
Browse files Browse the repository at this point in the history
This commit adds the number of deposits to the
ServerLoopInQuoteRequest that the client wants
to quote for.
  • Loading branch information
hieblmi committed Jul 29, 2024
1 parent a425d11 commit 076f63d
Show file tree
Hide file tree
Showing 4 changed files with 407 additions and 383 deletions.
4 changes: 3 additions & 1 deletion looprpc/client.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions looprpc/client.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
},
{
"name": "deposit_outpoints",
"description": "If the",
"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.",
"in": "query",
"required": false,
"type": "array",
Expand Down Expand Up @@ -418,7 +418,7 @@
},
{
"name": "deposit_outpoints",
"description": "If the",
"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.",
"in": "query",
"required": false,
"type": "array",
Expand Down
Loading

0 comments on commit 076f63d

Please sign in to comment.