fix
Helius
2021-09-07 9bb36367fce5570fadbc2a7b4e243f1ce9bc5e09
src/main/java/com/xcong/excoin/modules/coin/service/CoinService.java
@@ -52,4 +52,6 @@
   public Result coinInList(@Valid CoinInListDto coinInListDto);
   public BigDecimal getAllWalletAmount(Long memberId);
}