Commit 48c9d067 by ken

balance

parent 413a2a5a
...@@ -66,7 +66,6 @@ function subscribe() { ...@@ -66,7 +66,6 @@ function subscribe() {
for (const coin of coins) { for (const coin of coins) {
balances[coin.enName] = {"onOrder": coin.freez, "available": coin.available}; balances[coin.enName] = {"onOrder": coin.freez, "available": coin.available};
} }
console.log(JSON.stringify(balances));
redisClient.hset("balance", "zb", JSON.stringify(balances)); redisClient.hset("balance", "zb", JSON.stringify(balances));
} else { } else {
const depth = data; const depth = data;
......
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