aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/tx-gas-utils.js
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-01-19 02:13:31 +0800
committerGitHub <noreply@github.com>2018-01-19 02:13:31 +0800
commite56174013320296045f6eefedf2b8652b15c3e6f (patch)
treefbe1319d21ed1c7a1f320cecd54e4979b28977a9 /app/scripts/lib/tx-gas-utils.js
parent2b9781ab4c1f0e4d8ae43833152e33884317b870 (diff)
parentd8d11ec764ed11d16e5f1f5fb740363b976fe71c (diff)
downloadtangerine-wallet-browser-e56174013320296045f6eefedf2b8652b15c3e6f.tar.gz
tangerine-wallet-browser-e56174013320296045f6eefedf2b8652b15c3e6f.tar.zst
tangerine-wallet-browser-e56174013320296045f6eefedf2b8652b15c3e6f.zip
Merge branch 'master' into build-lock-gulp
Diffstat (limited to 'app/scripts/lib/tx-gas-utils.js')
-rw-r--r--app/scripts/lib/tx-gas-utils.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/scripts/lib/tx-gas-utils.js b/app/scripts/lib/tx-gas-utils.js
index e80e0467e..f68f3a9e2 100644
--- a/app/scripts/lib/tx-gas-utils.js
+++ b/app/scripts/lib/tx-gas-utils.js
@@ -12,7 +12,8 @@ its passed ethquery
and used to do things like calculate gas of a tx.
*/
-module.exports = class txProvideUtil {
+module.exports = class TxGasUtil {
+
constructor (provider) {
this.query = new EthQuery(provider)
}