1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
Kevin Serrano 2016-12-19 14:55:52 -08:00
parent 20c043a4c2
commit e9bea92ac3
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
3 changed files with 5 additions and 6 deletions

View File

@ -586,7 +586,6 @@ module.exports = class KeyringController extends EventEmitter {
// Attempts to sign the provided @object msgParams.
signMessage (msgParams, cb) {
try {
const msgId = msgParams.metamaskId
delete msgParams.metamaskId
const approvalCb = this._unconfMsgCbs[msgId] || noop