xiaoyong931011
2021-05-28 56a985a15e74c16ede9ef354750c82b1e35b97e5
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);
}