diff options
author | kumavis <kumavis@users.noreply.github.com> | 2017-05-17 14:49:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 14:49:19 +0800 |
commit | 965a72486ff8745e86cd81a93c880904416d4c58 (patch) | |
tree | 04a87c708baa3123cc56935eaa95f220f1e08bcf /ui/app/conf-tx.js | |
parent | 43ea223c9fe8ee593a572b153defc5ddefd72e95 (diff) | |
parent | 31c7daee73fa41e356d1bd5cd92186e60b252212 (diff) | |
download | tangerine-wallet-browser-965a72486ff8745e86cd81a93c880904416d4c58.tar tangerine-wallet-browser-965a72486ff8745e86cd81a93c880904416d4c58.tar.gz tangerine-wallet-browser-965a72486ff8745e86cd81a93c880904416d4c58.tar.bz2 tangerine-wallet-browser-965a72486ff8745e86cd81a93c880904416d4c58.tar.lz tangerine-wallet-browser-965a72486ff8745e86cd81a93c880904416d4c58.tar.xz tangerine-wallet-browser-965a72486ff8745e86cd81a93c880904416d4c58.tar.zst tangerine-wallet-browser-965a72486ff8745e86cd81a93c880904416d4c58.zip |
Merge pull request #1441 from MetaMask/FixGasReset
Fix a test, add another
Diffstat (limited to 'ui/app/conf-tx.js')
-rw-r--r-- | ui/app/conf-tx.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/conf-tx.js b/ui/app/conf-tx.js index 0d7c4c1bb..008627ce6 100644 --- a/ui/app/conf-tx.js +++ b/ui/app/conf-tx.js @@ -108,7 +108,7 @@ ConfirmTxScreen.prototype.render = function () { currentCurrency, // Actions buyEth: this.buyEth.bind(this, txParams.from || props.selectedAddress), - sendTransaction: this.sendTransaction.bind(this, txData), + sendTransaction: this.sendTransaction.bind(this), cancelTransaction: this.cancelTransaction.bind(this, txData), signMessage: this.signMessage.bind(this, txData), signPersonalMessage: this.signPersonalMessage.bind(this, txData), |