Commit d89557e5 authored by 1486327116's avatar 1486327116

update

parent da39d69d
......@@ -49,10 +49,10 @@ const syncPair = async () => {
await pairModel.prototype.update({
status: 2,
product_id: cfg.productId,
price_scale: cfg["priceScale"],
price_increment: cfg["priceIncrement"],
quantity_scale: cfg["quantityScale"],
quantity_increment: cfg["quantityIncrement"],
// price_scale: cfg["priceScale"],
// price_increment: cfg["priceIncrement"],
// quantity_scale: cfg["quantityScale"],
// quantity_increment: cfg["quantityIncrement"],
taker_fee:cfg["takerFee"],
maker_fee:cfg["makerFee"]
}, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment