diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-10-21 07:44:31 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-10-21 07:45:58 +0800 |
commit | 55d56f77cf42a9c4e80768fd7e4a9bb6f0485606 (patch) | |
tree | 188e95248f865459b5a816ea51f889145f43d92b /app/scripts/lib | |
parent | 351c8e2086e043ee66e42f653dcb2b446dd88808 (diff) | |
download | tangerine-wallet-browser-55d56f77cf42a9c4e80768fd7e4a9bb6f0485606.tar tangerine-wallet-browser-55d56f77cf42a9c4e80768fd7e4a9bb6f0485606.tar.gz tangerine-wallet-browser-55d56f77cf42a9c4e80768fd7e4a9bb6f0485606.tar.bz2 tangerine-wallet-browser-55d56f77cf42a9c4e80768fd7e4a9bb6f0485606.tar.lz tangerine-wallet-browser-55d56f77cf42a9c4e80768fd7e4a9bb6f0485606.tar.xz tangerine-wallet-browser-55d56f77cf42a9c4e80768fd7e4a9bb6f0485606.tar.zst tangerine-wallet-browser-55d56f77cf42a9c4e80768fd7e4a9bb6f0485606.zip |
Began adding first basic keyring
Diffstat (limited to 'app/scripts/lib')
-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 9d0ca7f19..416b65b85 100644 --- a/app/scripts/lib/idStore.js +++ b/app/scripts/lib/idStore.js @@ -114,7 +114,6 @@ IdentityStore.prototype.getState = function () { conversionRate: configManager.getConversionRate(), conversionDate: configManager.getConversionDate(), gasMultiplier: configManager.getGasMultiplier(), - })) } |