zainali5120
2020-11-29 83e2fd8d61d116ce9bf2034e8d05346910f96260
src/main/java/com/xcong/excoin/modules/blackchain/service/Impl/BlockSeriveImpl.java
@@ -53,7 +53,7 @@
            } else {
                memberCoinAddress = memberMapper.selectBlockAddress(Long.parseLong(mId), symbol);
            }
            log.info("--->{}", memberCoinAddress);
            //log.info("--->{}", memberCoinAddress);
            if (memberCoinAddress != null) {
                map.put("address", memberCoinAddress.getAddress());
                map.put("lable", memberCoinAddress.getLabel());
@@ -214,4 +214,8 @@
        return result;
    }
    public static void main(String[] args) {
        String wallet = RocService.createWallet();
        System.out.println(wallet);
    }
}