Helius
2021-05-24 8a6e55cccdef5989b296b04a2c514341db70195f
src/main/java/com/xcong/excoin/modules/blackchain/service/XrpService.java
@@ -65,7 +65,7 @@
   public static XrpTransResult getTransactions(Date start) {
      SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");
      String startTime = dateFormat.format(start);
      String url ="https://data.ripple.com/v2/accounts/"+ACCOUNT+"/transactions?type=Payment&result=tesSUCCESS&limit=20&start="+startTime;
      String url ="https://data.ripple.com/v2/accounts/"+ACCOUNT+"/transactions?type=Payment&result=tesSUCCESS&limit=100&start="+startTime;
      // 十分钟查一次 每次100条
      String result =  HttpUtil.get(url);
      try {