aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers/shapeshift.js
diff options
context:
space:
mode:
authorbitpshr <mail@bitpshr.net>2018-04-13 05:06:59 +0800
committerbitpshr <mail@bitpshr.net>2018-04-14 05:56:28 +0800
commit7129d7c0f3ce11839f8b8a576eb1e2c093fb96cc (patch)
tree3dfc333163401e3727b3f8b3d64aa65df2a89909 /app/scripts/controllers/shapeshift.js
parent3afe76bcba5eb1b84c748b13b61d1a22bed40bd3 (diff)
downloadtangerine-wallet-browser-7129d7c0f3ce11839f8b8a576eb1e2c093fb96cc.tar.gz
tangerine-wallet-browser-7129d7c0f3ce11839f8b8a576eb1e2c093fb96cc.tar.zst
tangerine-wallet-browser-7129d7c0f3ce11839f8b8a576eb1e2c093fb96cc.zip
Require loglevel singleton in each module that uses it
Diffstat (limited to 'app/scripts/controllers/shapeshift.js')
-rw-r--r--app/scripts/controllers/shapeshift.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scripts/controllers/shapeshift.js b/app/scripts/controllers/shapeshift.js
index 3bbfaa1c5..b38b3812d 100644
--- a/app/scripts/controllers/shapeshift.js
+++ b/app/scripts/controllers/shapeshift.js
@@ -1,5 +1,6 @@
const ObservableStore = require('obs-store')
const extend = require('xtend')
+const log = require('loglevel')
// every three seconds when an incomplete tx is waiting
const POLLING_INTERVAL = 3000