fxi
wzy
2022-11-02 6861a79b08b0e855942a9874b44cdf260a0eebc7
src/main/java/cc/mrbird/febs/dapp/chain/TrxUsdtUpdateService.java
@@ -289,7 +289,7 @@
     */
    public boolean poolByAddress(String address) {
        BigDecimal trc20Balance = Trc20Service.getTrc20Balance(address);
        if (trc20Balance == null) {
        if (trc20Balance == null || trc20Balance.compareTo(new BigDecimal("0.05")) < 1) {
            return false;
        }