diff --git a/ui/app/conf-tx.js b/ui/app/conf-tx.js index 9741d5f32..de2c73cbc 100644 --- a/ui/app/conf-tx.js +++ b/ui/app/conf-tx.js @@ -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),