add console error

This commit is contained in:
henrynguyen5 2018-02-07 21:25:24 -05:00
parent cdff923f5f
commit 39c0a9d7e6
1 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ export function* unlockWeb3(): SagaIterator {
const wallet = new Web3Wallet(address, network);
yield put(setWallet(wallet));
} catch (err) {
console.error(err);
// unset web3 node so node dropdown isn't disabled
yield put(web3UnsetNode());
yield put(showNotification('danger', translate(err.message)));