Commit d89557e5 authored by 1486327116's avatar 1486327116

update

parent da39d69d
...@@ -49,10 +49,10 @@ const syncPair = async () => { ...@@ -49,10 +49,10 @@ const syncPair = async () => {
await pairModel.prototype.update({ await pairModel.prototype.update({
status: 2, status: 2,
product_id: cfg.productId, product_id: cfg.productId,
price_scale: cfg["priceScale"], // price_scale: cfg["priceScale"],
price_increment: cfg["priceIncrement"], // price_increment: cfg["priceIncrement"],
quantity_scale: cfg["quantityScale"], // quantity_scale: cfg["quantityScale"],
quantity_increment: cfg["quantityIncrement"], // quantity_increment: cfg["quantityIncrement"],
taker_fee:cfg["takerFee"], taker_fee:cfg["takerFee"],
maker_fee:cfg["makerFee"] 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