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:
parent
0e817c9e7f
commit
04df5c1f2d
@ -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…
Reference in New Issue
Block a user