Skip to content

Commit

Permalink
Added notice about being on the wrong network
Browse files Browse the repository at this point in the history
  • Loading branch information
409H committed Mar 26, 2019
1 parent 6b4eb25 commit 0e1d228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/chainlookup.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class ChainLookup

if(objTransaction === null) {
document.querySelector(FORM_CHAIN_LOOKUP_OUTPUT_SELECTOR).innerHTML = `
<span class="error">Unknown transaction (it might still be pending, waiting to be mined by the network)</span>
<span class="error">Unknown transaction (it might still be pending, waiting to be mined by the network or you may be on the wrong network)</span>
`;
return;
}
Expand Down

0 comments on commit 0e1d228

Please sign in to comment.