mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-11 00:59:31 -04:00
test limit increase of no deposit offers to 1.5 xmr
This commit is contained in:
parent
b55e06be43
commit
3264765f91
1 changed files with 1 additions and 1 deletions
|
@ -1707,7 +1707,7 @@ test("Cannot post offer exceeding trade limit (Test, CI, sanity check)", async (
|
|||
// test posting sell offer above limit without buyer deposit
|
||||
try {
|
||||
await executeTrade({
|
||||
offerAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(1.1), // limit is 1 xmr without deposit or fee
|
||||
offerAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(1.6), // limit is 1.5 xmr without deposit or fee
|
||||
offerMinAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(0.25),
|
||||
direction: OfferDirection.SELL,
|
||||
assetCode: assetCode,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue