Helius
2022-07-22 823aabb391a0cbd2eddf7c58c03b76e71967b964
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) {