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:
parent
7ae2e005ed
commit
8fcade92d3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user