|
|
@ -194,15 +194,13 @@ module.exports = class MetamaskController { |
|
|
|
}) |
|
|
|
}) |
|
|
|
.then((rawTx) => { |
|
|
|
.then((rawTx) => { |
|
|
|
cb(null, rawTx) |
|
|
|
cb(null, rawTx) |
|
|
|
|
|
|
|
this.sendUpdate() |
|
|
|
|
|
|
|
this.txManager.emit(`${txParams.metamaskId}:signingComplete`) |
|
|
|
}) |
|
|
|
}) |
|
|
|
.catch((err) => { |
|
|
|
.catch((err) => { |
|
|
|
console.error(err) |
|
|
|
console.error(err) |
|
|
|
cb(err) |
|
|
|
cb(err) |
|
|
|
}) |
|
|
|
}) |
|
|
|
.then(() => { |
|
|
|
|
|
|
|
this.sendUpdate() |
|
|
|
|
|
|
|
this.txManager.emit(`${txParams.metamaskId}:signingComplete`) |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// msg signing
|
|
|
|
// msg signing
|
|
|
|