aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send.component.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-06-02 12:23:01 +0800
committerDan <danjm.com@gmail.com>2018-06-02 12:23:01 +0800
commit1b879f45bc0d53e8c0ffa9513b525e0055ed8f81 (patch)
treebee9cc6c9c0d22983ce462c597a87b45e89d4f49 /ui/app/components/send_/send.component.js
parent701611e317d120d2c0530e4794bd498a74e233b2 (diff)
downloadtangerine-wallet-browser-1b879f45bc0d53e8c0ffa9513b525e0055ed8f81.tar.gz
tangerine-wallet-browser-1b879f45bc0d53e8c0ffa9513b525e0055ed8f81.tar.zst
tangerine-wallet-browser-1b879f45bc0d53e8c0ffa9513b525e0055ed8f81.zip
Fix calculation of data property for gas estimation on token transfers.
Diffstat (limited to 'ui/app/components/send_/send.component.js')
-rw-r--r--ui/app/components/send_/send.component.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/app/components/send_/send.component.js b/ui/app/components/send_/send.component.js
index 97c6d1294..516251e22 100644
--- a/ui/app/components/send_/send.component.js
+++ b/ui/app/components/send_/send.component.js
@@ -20,7 +20,6 @@ export default class SendTransactionScreen extends PersistentForm {
]),
blockGasLimit: PropTypes.string,
conversionRate: PropTypes.number,
- data: PropTypes.string,
editingTransactionId: PropTypes.string,
from: PropTypes.object,
gasLimit: PropTypes.string,
@@ -43,7 +42,6 @@ export default class SendTransactionScreen extends PersistentForm {
const {
amount,
blockGasLimit,
- data,
editingTransactionId,
gasLimit,
gasPrice,
@@ -55,7 +53,6 @@ export default class SendTransactionScreen extends PersistentForm {
updateAndSetGasTotal({
blockGasLimit,
- data,
editingTransactionId,
gasLimit,
gasPrice,