Commit 277eff9b authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent e2b6d43d
...@@ -341,7 +341,7 @@ async function adder(sig, qty, date) { ...@@ -341,7 +341,7 @@ async function adder(sig, qty, date) {
if (typeof d.id !== "undefined") { if (typeof d.id !== "undefined") {
await sleep(30000) await sleep(30000)
let d = await exchange.fetchOrder(d.id, d.info.symbol) d = await exchange.fetchOrder(d.id, d.info.symbol)
console.log('Add Suc With id', d.id, sig) console.log('Add Suc With id', d.id, sig)
const [add] = await client const [add] = await client
.multi() .multi()
......
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