1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Fix bug where signed messages were not dismissed

This commit is contained in:
Dan Finlay 2017-01-17 00:13:38 -08:00
parent 7ae2e005ed
commit 8fcade92d3

View File

@ -397,6 +397,7 @@ module.exports = class KeyringController extends EventEmitter {
}).then((rawSig) => {
cb(null, rawSig)
approvalCb(null, true)
messageManager.confirmMsg(msgId)
return rawSig
})
} catch (e) {