Skip to content

Commit

Permalink
WSCL/GetOutputsAmounts: Test not enough money
Browse files Browse the repository at this point in the history
  • Loading branch information
onvej-sl committed Jul 7, 2023
1 parent a4b91c9 commit c5b0567
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,29 @@
882657385
]
}
},
{
"name": "Not enough money",
"request": {
"inputSize": 58,
"outputSize": 43,
"availableVsize": 394,
"miningFeeRate": 129000,
"allowedOutputAmounts": {
"min": 5000,
"max": 4300000000000
},
"internalAmounts": [
4000
],
"externalAmounts": [
30000,
20000
]
},
"expectedStatusCode": 500,
"expectedResponse": {
"description": "Not enough coins registered to participate in the coinjoin."
}
}
]

0 comments on commit c5b0567

Please sign in to comment.