src/main/java/cc/mrbird/febs/dapp/contract/andao/AndaoContractInit.java
@@ -11,7 +11,7 @@ @Component @ConditionalOnProperty(prefix = "system", name = "quartz-job", havingValue = "true") @ConditionalOnProperty(prefix = "system", name = "chain-listener", havingValue = "true") public class AndaoContractInit { @Autowired @@ -27,7 +27,7 @@ @PostConstruct public void init(){ // 设置起始区块编号 TODO BigInteger start = new BigInteger("30013683"); BigInteger start = new BigInteger("30210521"); // 需要打开 获取最新区块编号 Object bnb_block_number = redisService.get("BNB_BLOCK_NUMBER"); if(bnb_block_number !=null){