1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
This commit is contained in:
Dan Finlay 2016-08-24 16:02:22 -07:00
parent abb5b2013d
commit 3febbdae57

View File

@ -208,7 +208,7 @@ module.exports = class MetamaskController {
newUnsignedMessage (msgParams, cb) { newUnsignedMessage (msgParams, cb) {
var state = this.idStore.getState() var state = this.idStore.getState()
if (!state.isUnlocked) { if (!state.isUnlocked) {
idStore.addUnconfirmedMessage(msgParams, cb) this.idStore.addUnconfirmedMessage(msgParams, cb)
this.opts.unlockAccountMessage() this.opts.unlockAccountMessage()
} else { } else {
this.addUnconfirmedMessage(msgParams, cb) this.addUnconfirmedMessage(msgParams, cb)