1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00

Fix reference

This commit is contained in:
Dan Finlay 2017-02-28 10:06:59 -08:00
parent 0e817c9e7f
commit 04df5c1f2d

View File

@ -105,7 +105,7 @@ ConfirmTxScreen.prototype.render = function () {
identities: props.identities,
insufficientBalance: this.checkBalanceAgainstTx(txData),
// State actions
onTxChange: this.updateTxCache.bind(this),
onTxChange: this.onTxChange.bind(this),
// Actions
buyEth: this.buyEth.bind(this, txParams.from || props.selectedAddress),
sendTransaction: this.sendTransaction.bind(this, txData),