fix: type error remove file

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2019-07-10 16:24:32 +08:00
parent 4527e437fa
commit 87a863a228
8 changed files with 41 additions and 52 deletions

View File

@@ -10,7 +10,7 @@
var START_NONCE = 0;
const COUNT_FIND_HASH1 = 64;
const DELTA_LONG_MINING = 5000;
var DELTA_LONG_MINING = 5000;
var BLOCKNUM_ALGO2 = 6560000;
if (global.LOCAL_RUN || global.TEST_NETWORK) {
BLOCKNUM_ALGO2 = 0;