1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 23:58:06 +01:00
metamask-extension/app/scripts
Mark Stacey f1bfb84b4b
Throw error upon currency update failure (#8944)
The currency rate controller is updated upon each network change, as
the "native currency" is network-dependent and might have changed.
However, any thrown errors were being caught and passed to an empty
callback.

The errors are now re-thrown in the callback. As a result, the errors
will now be printed to the console and sent to Sentry.
2020-07-08 18:44:38 -03:00
..
account-import-strategies
controllers
lib
migrations
platforms
background.js
chromereload.js
contentscript.js
first-time-state.js
inpage.js
metamask-controller.js Throw error upon currency update failure (#8944) 2020-07-08 18:44:38 -03:00
phishing-detect.js
ui.js