src/main/java/cc/mrbird/febs/dapp/chain/ChainService.java
@@ -61,7 +61,11 @@ * @param startBlock 开始区块 */ public static void contractEventListener(BigInteger startBlock, ContractEventService event, String type) { contractEventListener(startBlock, null, event, type); try { contractEventListener(startBlock, null, event, type); } catch (Exception e) { log.error("合约监听异常", e); } } public static void contractEventListener(BigInteger startBlock, BigInteger endBlock, ContractEventService event, String type) {