aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/tx-gas-utils.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2018-01-20 07:58:26 +0800
committerGitHub <noreply@github.com>2018-01-20 07:58:26 +0800
commit338ebe5f402ff50dc8d1a91b7b69cd8e262cc789 (patch)
treeda684e0dd093775a0c43262b3cbae546f0ba387c /app/scripts/lib/tx-gas-utils.js
parentc554e52e82b53447dd77c265723e914063d518b1 (diff)
parentc415b56ce7fe95295beec9cf827720253a2f7a8e (diff)
downloadtangerine-wallet-browser-338ebe5f402ff50dc8d1a91b7b69cd8e262cc789.tar.gz
tangerine-wallet-browser-338ebe5f402ff50dc8d1a91b7b69cd8e262cc789.tar.zst
tangerine-wallet-browser-338ebe5f402ff50dc8d1a91b7b69cd8e262cc789.zip
Merge pull request #3049 from chikeichan/newmaster
Merge master to uat
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)
}