This commit is contained in:
aozhiwei 2022-01-28 17:16:13 +08:00
parent 415d8cad8f
commit c241c56f11

View File

@ -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);
}