1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
Dan Finlay 2017-01-02 14:54:31 -08:00
parent d2fb48f8ba
commit 7320095079

View File

@ -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