Remove MyEtherWallet Ref (#1412)

This commit is contained in:
HenryNguyen5 2018-03-29 00:24:52 -04:00 committed by Daniel Ternyak
parent 586e39d799
commit 07d9325702
1 changed files with 1 additions and 3 deletions

View File

@ -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();