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