mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-28 20:06:32 +00:00
add console error
This commit is contained in:
parent
cdff923f5f
commit
39c0a9d7e6
@ -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)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user