xiaoyong931011
2021-03-04 d0ae7aaed97300f4cbefb9542f041f0c72d5edf3
src/main/java/com/xcong/excoin/modules/blackchain/service/BlockSerive.java
@@ -4,6 +4,6 @@
public interface BlockSerive {
   Result findBlockAddress(String symbol);
   Result findBlockAddress(String symbol,String lable);
}