xiaoyong931011
2022-03-01 df51a79a9e09e0273cc50d966ad136efe8b99100
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);
}