mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-03-06 05:06:07 -05:00
test limit increase of no deposit offers to 1.5 xmr
This commit is contained in:
parent
b55e06be43
commit
3264765f91
@ -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…
x
Reference in New Issue
Block a user