diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-03-26 06:47:24 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-03-26 06:47:24 +0800 |
commit | 742fd7caa8599f4044d9eccc941dbfd47af81c82 (patch) | |
tree | 63c5fd2a4e874a2928546630cb8f8d92e3236535 /app | |
parent | 335a03d6506a3135ab01758a8734c60b6178cdb2 (diff) | |
download | tangerine-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')
-rw-r--r-- | app/scripts/lib/idStore.js | 1 |
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') |