aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send.utils.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-06-15 10:24:48 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-06-15 12:20:10 +0800
commite4d3bdba125964042480e35847747903f3de7ac3 (patch)
tree60481576de52d52981301c794249a2fcf7c2f166 /ui/app/components/send_/send.utils.js
parentb9b6cbf561a2efc983680c30064ee3beb64402c4 (diff)
downloadtangerine-wallet-browser-e4d3bdba125964042480e35847747903f3de7ac3.tar.gz
tangerine-wallet-browser-e4d3bdba125964042480e35847747903f3de7ac3.tar.zst
tangerine-wallet-browser-e4d3bdba125964042480e35847747903f3de7ac3.zip
Update send.utils.js estimateGas tests.
Diffstat (limited to 'ui/app/components/send_/send.utils.js')
-rw-r--r--ui/app/components/send_/send.utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/send_/send.utils.js b/ui/app/components/send_/send.utils.js
index 3df1506dc..8772d464b 100644
--- a/ui/app/components/send_/send.utils.js
+++ b/ui/app/components/send_/send.utils.js
@@ -21,6 +21,7 @@ const abi = require('ethereumjs-abi')
const ethUtil = require('ethereumjs-util')
module.exports = {
+ addGasBuffer,
calcGasTotal,
calcTokenBalance,
doesAmountErrorRequireUpdate,