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

git pull

parent e328735d
...@@ -317,7 +317,7 @@ async function syncAdder(acc,sig,lastToken) ...@@ -317,7 +317,7 @@ async function syncAdder(acc,sig,lastToken)
console.log('Add Suc With id',acc.name, d.id, sig) console.log('Add Suc With id',acc.name, d.id, sig)
const [add] = await client const [add] = await client
.multi() .multi()
.set(acc.kebabCase + '_' + sig, JSON.stringify({ .set(acc.key + '_' + sig, JSON.stringify({
pair: d.info.symbol, pair: d.info.symbol,
side: d.side, side: d.side,
qty: d.amount, qty: d.amount,
......
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