diff options
Diffstat (limited to 'ui/lib/account-link.js')
-rw-r--r-- | ui/lib/account-link.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/account-link.js b/ui/lib/account-link.js index a77422142..ff52d9c54 100644 --- a/ui/lib/account-link.js +++ b/ui/lib/account-link.js @@ -7,7 +7,7 @@ module.exports = function(address, network) { link = `http://etherscan.io/address/${address}` break case 2: // morden test net - link = '' + link = `http://morden.etherscan.io/address/${address}` break case 3: // ropsten test net link = `http://testnet.etherscan.io/address/${address}` |