re-order reserveExactAmount parameter

This commit is contained in:
woodser 2023-07-26 18:58:48 -04:00
parent ceeeab36cd
commit fd1a570800
2 changed files with 5 additions and 5 deletions

View file

@ -2322,8 +2322,8 @@ async function makeOffer(ctx?: TradeContext): Promise<OfferInfo> {
ctx.price,
ctx.priceMargin,
ctx.triggerPrice,
ctx.reserveExactAmount,
ctx.offerMinAmount);
ctx.offerMinAmount,
ctx.reserveExactAmount);
testOffer(offer, ctx);
// offer is included in my offers only