1
This commit is contained in:
parent
415d8cad8f
commit
c241c56f11
@ -54,10 +54,10 @@ class BlockChain {
|
|||||||
}
|
}
|
||||||
this.lastRefreshBlockNumberTime = utils.getUtcTime();
|
this.lastRefreshBlockNumberTime = utils.getUtcTime();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
log.warning(util.format('%s err:%s', {
|
log.warning(util.format('%s err:%s',
|
||||||
logClass,
|
logClass,
|
||||||
e
|
e
|
||||||
}));
|
));
|
||||||
}
|
}
|
||||||
await this.refreshBlockNumberCond.wait(1000 * 3);
|
await this.refreshBlockNumberCond.wait(1000 * 3);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user