xiaoyong931011
2022-03-17 c6eb32287b298f94e2989672b5e7c3534179332b
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);
}