Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
acuilab committed Feb 9, 2021
1 parent eebc5d6 commit fe3bb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acuibc-eth/src/com/acuilab/bc/eth/ETHBlockChain.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public TransactionStatus getTransactionStatusByHash(String hash) throws Exceptio
@Override
public String getAddressFromDomain(String ens) {

return null;
return ens;
}

}

0 comments on commit fe3bb97

Please sign in to comment.