Commit ae086d7c by ken

不要bcc了

parent d75c8bee
......@@ -5,7 +5,7 @@ const request = require('request');
const crypto = require('ezcrypto').Crypto;
const ips = require("./util").allIps;
const options = {};
const observerSymbol = ["btcusdt", 'ethusdt', 'ethbtc', "eosbtc", "eosusdt", 'bccusdt', "bccbtc"];
const observerSymbol = ["btcusdt", 'ethusdt', 'ethbtc', "eosbtc", "eosusdt"];
// const observerSymbol = ["btcusdt", 'bccusdt', "bccbtc"];
const redis = require('redis');
const redisClient = redis.createClient();
......
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