This commit is contained in:
aozhiwei 2023-09-01 11:37:06 +08:00
parent f93de9047b
commit afe5affd28

View File

@ -241,9 +241,6 @@ class PullBcEvent extends BaseService {
}
getInitBlock() {
if (!utils.isOnlineEnv() && this.getNetId() == 421613) {
return 30120896;
}
return this.eventConf['init_block'];
}