aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/controllers/preferences.js
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-02-28 05:54:07 +0800
committerKevin Serrano <kevgagser@gmail.com>2017-02-28 05:54:07 +0800
commit9e6e3f55b719b2b186a1e26f25f03d95f2b2fd96 (patch)
treef6b9e9d7d2c57507269bdd422b0178dedbf9f120 /app/scripts/lib/controllers/preferences.js
parenta77a5f0ab329433404893ff1280fb90ff2a12029 (diff)
parent462c7ae21316cbb3a242f53a0b726194a0faa64e (diff)
downloadtangerine-wallet-browser-9e6e3f55b719b2b186a1e26f25f03d95f2b2fd96.tar.gz
tangerine-wallet-browser-9e6e3f55b719b2b186a1e26f25f03d95f2b2fd96.tar.zst
tangerine-wallet-browser-9e6e3f55b719b2b186a1e26f25f03d95f2b2fd96.zip
Merge branch 'i765-gaslimits' of github.com:MetaMask/metamask-plugin into i765-gaslimits
Diffstat (limited to 'app/scripts/lib/controllers/preferences.js')
-rw-r--r--app/scripts/lib/controllers/preferences.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/controllers/preferences.js b/app/scripts/lib/controllers/preferences.js
index dc9464c4e..c5e93a5b9 100644
--- a/app/scripts/lib/controllers/preferences.js
+++ b/app/scripts/lib/controllers/preferences.js
@@ -1,5 +1,5 @@
const ObservableStore = require('obs-store')
-const normalizeAddress = require('../sig-util').normalize
+const normalizeAddress = require('eth-sig-util').normalize
class PreferencesController {