Helius
2021-05-19 76a3c9d2bf30b7362661bf36ba7170d5e6d565e5
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 {