From 07d93257028dc3cff1d074746558b4612638d4bd Mon Sep 17 00:00:00 2001 From: HenryNguyen5 Date: Thu, 29 Mar 2018 00:24:52 -0400 Subject: [PATCH] Remove MyEtherWallet Ref (#1412) --- common/libs/nodes/web3/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/libs/nodes/web3/index.ts b/common/libs/nodes/web3/index.ts index 06733e13..b2942438 100644 --- a/common/libs/nodes/web3/index.ts +++ b/common/libs/nodes/web3/index.ts @@ -60,9 +60,7 @@ export async function setupWeb3Node() { const { web3 } = window as any; if (!web3 || !web3.currentProvider || !web3.currentProvider.sendAsync) { - throw new Error( - 'Web3 not found. Please check that MetaMask is installed, or that MyEtherWallet is open in Mist.' - ); + throw new Error('Web3 not found. Please check that MetaMask is installed'); } const lib = new Web3Node();