fix
Helius
2022-07-30 f1431363fc9d853e9d8901a334d0bff852978fac
src/main/java/cc/mrbird/febs/dapp/service/impl/DappWalletServiceImpl.java
@@ -324,7 +324,7 @@
        if (!dappSystemService.systemHasStart()) {
            HashMap<String, BigDecimal> map = new HashMap<>();
            map.put("x", new BigDecimal("0.05"));
            map.put("y", new BigDecimal("100000"));
            map.put("y", new BigDecimal("0.05"));
            return map;
        }