|
|
@ -535,7 +535,7 @@ function importNewAccount (strategy, args) { |
|
|
|
} catch (err) { |
|
|
|
} catch (err) { |
|
|
|
dispatch(actions.hideLoadingIndication()) |
|
|
|
dispatch(actions.hideLoadingIndication()) |
|
|
|
dispatch(actions.displayWarning(err.message)) |
|
|
|
dispatch(actions.displayWarning(err.message)) |
|
|
|
return |
|
|
|
throw err |
|
|
|
} |
|
|
|
} |
|
|
|
dispatch(actions.hideLoadingIndication()) |
|
|
|
dispatch(actions.hideLoadingIndication()) |
|
|
|
dispatch(actions.updateMetamaskState(newState)) |
|
|
|
dispatch(actions.updateMetamaskState(newState)) |
|
|
|