diff options
author | Dan <danjm.com@gmail.com> | 2018-04-20 23:53:17 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-04-20 23:53:17 +0800 |
commit | 71b0de76ffdbdfc0ae696a009d5ee34971541e0b (patch) | |
tree | d0f2f4fd891a20eb7cbe5e7bfb82a375286fbc43 /ui/app/components/send/send-v2-container.js | |
parent | 9f12c26d44a0d78f28af25056857b993f80bbd95 (diff) | |
parent | 00efcf9e8ba34d448b628c98d32ad12d5be2ffc9 (diff) | |
download | tangerine-wallet-browser-71b0de76ffdbdfc0ae696a009d5ee34971541e0b.tar.gz tangerine-wallet-browser-71b0de76ffdbdfc0ae696a009d5ee34971541e0b.tar.zst tangerine-wallet-browser-71b0de76ffdbdfc0ae696a009d5ee34971541e0b.zip |
Merge branch 'master' into dm-docs-2
Diffstat (limited to 'ui/app/components/send/send-v2-container.js')
-rw-r--r-- | ui/app/components/send/send-v2-container.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/send/send-v2-container.js b/ui/app/components/send/send-v2-container.js index aca1a5a0a..adfc91240 100644 --- a/ui/app/components/send/send-v2-container.js +++ b/ui/app/components/send/send-v2-container.js @@ -66,7 +66,6 @@ function mapDispatchToProps (dispatch) { showCustomizeGasModal: () => dispatch(actions.showModal({ name: 'CUSTOMIZE_GAS' })), estimateGas: params => dispatch(actions.estimateGas(params)), getGasPrice: () => dispatch(actions.getGasPrice()), - updateTokenExchangeRate: token => dispatch(actions.updateTokenExchangeRate(token)), signTokenTx: (tokenAddress, toAddress, amount, txData) => ( dispatch(actions.signTokenTx(tokenAddress, toAddress, amount, txData)) ), |