aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-29 00:41:25 +0800
committerkumavis <aaron@kumavis.me>2018-03-29 00:41:25 +0800
commitc4c459c8d785c9169dd5bc4d1209ebbec6429f33 (patch)
tree32d6cf9f90ef4c52a41e5fffc968fb2e0c5b5526
parentc171ea0632c2f4685b563ef4ef655cfee81a5c2d (diff)
downloadtangerine-wallet-browser-c4c459c8d785c9169dd5bc4d1209ebbec6429f33.tar.gz
tangerine-wallet-browser-c4c459c8d785c9169dd5bc4d1209ebbec6429f33.tar.zst
tangerine-wallet-browser-c4c459c8d785c9169dd5bc4d1209ebbec6429f33.zip
controllers - currency - warn currency and encountered error
-rw-r--r--app/scripts/controllers/currency.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/controllers/currency.js b/app/scripts/controllers/currency.js
index 25a7a942e..930fc52e8 100644
--- a/app/scripts/controllers/currency.js
+++ b/app/scripts/controllers/currency.js
@@ -52,7 +52,7 @@ class CurrencyController {
this.setConversionDate(Number(parsedResponse.timestamp))
}).catch((err) => {
if (err) {
- console.warn('MetaMask - Failed to query currency conversion.')
+ console.warn(`MetaMask - Failed to query currency conversion:`, currentCurrency, err)
this.setConversionRate(0)
this.setConversionDate('N/A')
}