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

Merge pull request #376 from MetaMask/typofix-sign-msg

fix typo
This commit is contained in:
kumavis 2016-06-30 15:32:17 -07:00 committed by GitHub
commit 70cf24617b

View File

@ -195,7 +195,7 @@ module.exports = class MetamaskController {
if (!state.isUnlocked) {
this.opts.unlockAccountMessage()
} else {
this.addUnconfirmedMsg(msgParams, cb)
this.addUnconfirmedMessage(msgParams, cb)
}
}