|
|
@ -407,6 +407,7 @@ module.exports = class MetamaskController extends EventEmitter { |
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
|
newUnapprovedTransaction (txParams, cb) { |
|
|
|
newUnapprovedTransaction (txParams, cb) { |
|
|
|
|
|
|
|
log.debug(`MetaMaskController newUnapprovedTransaction ${JSON.stringify(txParams)}`) |
|
|
|
const self = this |
|
|
|
const self = this |
|
|
|
self.txManager.addUnapprovedTransaction(txParams, (err, txMeta) => { |
|
|
|
self.txManager.addUnapprovedTransaction(txParams, (err, txMeta) => { |
|
|
|
if (err) return cb(err) |
|
|
|
if (err) return cb(err) |
|
|
|