Skip to content

Commit

Permalink
redirect to the correct pending tx url
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-dc committed Nov 13, 2018
1 parent f8fa544 commit 43c9b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/tx_submit.pug
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ block content
if (transaction) {
metamask.eth.sendTransaction(transaction, function(e, tx) {
if (!e) {
window.location.href = '/tx/pending'
window.location.href = '/explorer/tx/pending'
} else {
document.getElementById('message').innerHTML = e.message;
}
Expand Down

0 comments on commit 43c9b9f

Please sign in to comment.