1
0
mirror of https://github.com/oceanprotocol/faucet.git synced 2024-11-22 01:36: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(message) { %>
<% if(status) { %> <% if(status) { %>
<h5 class="text-success"><%= message %></h5> <h5 class="text-success"><%= message %></h5>
<a target="_blank" href="https://rinkeby.etherscan.io/tx/<%= txHash %>"><%= txHash%></a> <%= txHash%>
<% } else { %> <% } else { %>
<h5 class="text-danger"><%= message %></h5> <h5 class="text-danger"><%= message %></h5>
<% } %> <% } %>