aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/tx-utils.js
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-08-09 06:30:49 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-08-09 06:30:49 +0800
commita13643bdb545af60bd4514c9026e9657ce8aa5ea (patch)
tree009fe2c6adae13d91234f5e714704d2ba765155e /app/scripts/lib/tx-utils.js
parente761fb0ef7d7d658bd6e558fe2fcbe69d8eb4999 (diff)
downloadtangerine-wallet-browser-a13643bdb545af60bd4514c9026e9657ce8aa5ea.tar.gz
tangerine-wallet-browser-a13643bdb545af60bd4514c9026e9657ce8aa5ea.tar.zst
tangerine-wallet-browser-a13643bdb545af60bd4514c9026e9657ce8aa5ea.zip
fix class names
Diffstat (limited to 'app/scripts/lib/tx-utils.js')
-rw-r--r--app/scripts/lib/tx-utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/tx-utils.js b/app/scripts/lib/tx-utils.js
index a2db4abd8..b64ea6712 100644
--- a/app/scripts/lib/tx-utils.js
+++ b/app/scripts/lib/tx-utils.js
@@ -13,7 +13,7 @@ its passed ethquery
and used to do things like calculate gas of a tx.
*/
-module.exports = class txProvideUtils {
+module.exports = class txProvideUtil {
constructor (provider) {
this.query = new EthQuery(provider)
}