mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Linted
This commit is contained in:
parent
d2fb48f8ba
commit
7320095079
@ -162,8 +162,8 @@ module.exports = class TransactionManager extends EventEmitter {
|
|||||||
|
|
||||||
// listener is assigned in metamaskController
|
// listener is assigned in metamaskController
|
||||||
this.emit(`${txParams.metamaskId}:formatted`, ethTx, address, txParams.metamaskId, cb)
|
this.emit(`${txParams.metamaskId}:formatted`, ethTx, address, txParams.metamaskId, cb)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
// receives a signed tx object and updates the tx hash
|
// receives a signed tx object and updates the tx hash
|
||||||
// and pass it to the cb to be sent off
|
// and pass it to the cb to be sent off
|
||||||
|
Loading…
Reference in New Issue
Block a user