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