diff options
author | Esteban MIno <efmino@uc.cl> | 2018-08-08 05:53:36 +0800 |
---|---|---|
committer | Esteban MIno <efmino@uc.cl> | 2018-08-08 05:53:36 +0800 |
commit | 15ea8c04b28a9f89999c96caf188d157e5230a55 (patch) | |
tree | 7a5742a42724bcfed2c86534c5f61656713da70a /app/scripts | |
parent | 3f57d5f66b3bcb744f918238bf1831dbf9abec9c (diff) | |
download | tangerine-wallet-browser-15ea8c04b28a9f89999c96caf188d157e5230a55.tar.gz tangerine-wallet-browser-15ea8c04b28a9f89999c96caf188d157e5230a55.tar.zst tangerine-wallet-browser-15ea8c04b28a9f89999c96caf188d157e5230a55.zip |
fix merge
Diffstat (limited to 'app/scripts')
-rw-r--r-- | app/scripts/controllers/preferences.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scripts/controllers/preferences.js b/app/scripts/controllers/preferences.js index a42bb77b3..a6530424d 100644 --- a/app/scripts/controllers/preferences.js +++ b/app/scripts/controllers/preferences.js @@ -454,6 +454,7 @@ class PreferencesController { const numDecimals = parseInt(decimals, 10) if (isNaN(numDecimals) || numDecimals > 18 || numDecimals < 0) throw new Error(`Invalid decimals ${decimals}`) if (!isValidAddress(rawAddress)) throw new Error(`Invalid address ${rawAddress}`) + } /** * Subscription to network provider type. |