From 0e1d22844236968c0937b4c1bc608f8a6c6239a8 Mon Sep 17 00:00:00 2001 From: 409H Date: Tue, 26 Mar 2019 22:46:48 +0000 Subject: [PATCH] Added notice about being on the wrong network --- js/chainlookup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/chainlookup.js b/js/chainlookup.js index fa49d5fc..5db00679 100644 --- a/js/chainlookup.js +++ b/js/chainlookup.js @@ -148,7 +148,7 @@ class ChainLookup if(objTransaction === null) { document.querySelector(FORM_CHAIN_LOOKUP_OUTPUT_SELECTOR).innerHTML = ` - Unknown transaction (it might still be pending, waiting to be mined by the network) + Unknown transaction (it might still be pending, waiting to be mined by the network or you may be on the wrong network) `; return; }