1
0
mirror of https://github.com/oceanprotocol/faucet.git synced 2024-11-21 17:26:57 +01:00

remove tx link for now

This commit is contained in:
alexcos20 2020-12-11 07:04:46 -08:00
parent 05d28b28cb
commit 2f5d5b288d

View File

@ -52,7 +52,7 @@
<% if(message) { %>
<% if(status) { %>
<h5 class="text-success"><%= message %></h5>
<a target="_blank" href="https://rinkeby.etherscan.io/tx/<%= txHash %>"><%= txHash%></a>
<%= txHash%>
<% } else { %>
<h5 class="text-danger"><%= message %></h5>
<% } %>