mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-03-06 13:16:02 -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
|
// test posting sell offer above limit without buyer deposit
|
||||||
try {
|
try {
|
||||||
await executeTrade({
|
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),
|
offerMinAmount: moneroTs.MoneroUtils.xmrToAtomicUnits(0.25),
|
||||||
direction: OfferDirection.SELL,
|
direction: OfferDirection.SELL,
|
||||||
assetCode: assetCode,
|
assetCode: assetCode,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user