diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/manifest.json | 2 | ||||
-rw-r--r-- | app/scripts/lib/id-management.js | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json index 2e2d28f37..dede7402a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "2.4.0", + "version": "2.4.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { diff --git a/app/scripts/lib/id-management.js b/app/scripts/lib/id-management.js index b9a2fc3a8..4e18bc8a9 100644 --- a/app/scripts/lib/id-management.js +++ b/app/scripts/lib/id-management.js @@ -1,4 +1,6 @@ const ethUtil = require('ethereumjs-util') +const Transaction = require('ethereumjs-tx') +const configManager = require('./config-manager-singleton') module.exports = IdManagement |