Fix reference

feature/default_network_editable
Dan Finlay 8 years ago
parent 0e817c9e7f
commit 04df5c1f2d
  1. 2
      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),

Loading…
Cancel
Save