Skip to content

Commit

Permalink
fix: wrong onchainAmount swagger type
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Feb 15, 2024
1 parent 3dab64b commit e4db482
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 143 deletions.
2 changes: 1 addition & 1 deletion lib/api/v2/routers/SwapRouter.ts
Expand Up @@ -708,7 +708,7 @@ class SwapRouter extends RouterBase {
* type: number
* description: Amount for which the invoice should be; conflicts with "onchainAmount"
* onchainAmount:
* type: string
* type: number
* description: Amount that should be locked in the onchain HTLC; conflicts with "invoiceAmount"
* pairHash:
* type: string
Expand Down

0 comments on commit e4db482

Please sign in to comment.