remove tx link for now

This commit is contained in:
alexcos20 2020-12-11 07:04:46 -08:00
parent 05d28b28cb
commit 2f5d5b288d
1 changed files with 1 additions and 1 deletions

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>
<% } %>