mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-25 15:55:40 -04:00
re-order reserveExactAmount parameter
This commit is contained in:
parent
ceeeab36cd
commit
fd1a570800
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue