mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-24 15:25: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
|
// 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…
Add table
Add a link
Reference in a new issue