aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/idStore.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-03-26 06:47:24 +0800
committerDan Finlay <dan@danfinlay.com>2016-03-26 06:47:24 +0800
commit742fd7caa8599f4044d9eccc941dbfd47af81c82 (patch)
tree63c5fd2a4e874a2928546630cb8f8d92e3236535 /app/scripts/lib/idStore.js
parent335a03d6506a3135ab01758a8734c60b6178cdb2 (diff)
downloadtangerine-wallet-browser-742fd7caa8599f4044d9eccc941dbfd47af81c82.tar
tangerine-wallet-browser-742fd7caa8599f4044d9eccc941dbfd47af81c82.tar.gz
tangerine-wallet-browser-742fd7caa8599f4044d9eccc941dbfd47af81c82.tar.bz2
tangerine-wallet-browser-742fd7caa8599f4044d9eccc941dbfd47af81c82.tar.lz
tangerine-wallet-browser-742fd7caa8599f4044d9eccc941dbfd47af81c82.tar.xz
tangerine-wallet-browser-742fd7caa8599f4044d9eccc941dbfd47af81c82.tar.zst
tangerine-wallet-browser-742fd7caa8599f4044d9eccc941dbfd47af81c82.zip
Remove unused reference
Diffstat (limited to 'app/scripts/lib/idStore.js')
-rw-r--r--app/scripts/lib/idStore.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/scripts/lib/idStore.js b/app/scripts/lib/idStore.js
index 2e416c8b7..e3f2a841d 100644
--- a/app/scripts/lib/idStore.js
+++ b/app/scripts/lib/idStore.js
@@ -1,7 +1,6 @@
const EventEmitter = require('events').EventEmitter
const inherits = require('util').inherits
const Transaction = require('ethereumjs-tx')
-const Lightwallet = require('eth-lightwallet')
const LightwalletKeyStore = require('eth-lightwallet').keystore
const LightwalletSigner = require('eth-lightwallet').signing
const async = require('async')