diff options
author | frankiebee <frankie.diamond@gmail.com> | 2017-08-09 06:30:49 +0800 |
---|---|---|
committer | frankiebee <frankie.diamond@gmail.com> | 2017-08-09 06:30:49 +0800 |
commit | a13643bdb545af60bd4514c9026e9657ce8aa5ea (patch) | |
tree | 009fe2c6adae13d91234f5e714704d2ba765155e /app/scripts/lib/tx-utils.js | |
parent | e761fb0ef7d7d658bd6e558fe2fcbe69d8eb4999 (diff) | |
download | tangerine-wallet-browser-a13643bdb545af60bd4514c9026e9657ce8aa5ea.tar tangerine-wallet-browser-a13643bdb545af60bd4514c9026e9657ce8aa5ea.tar.gz tangerine-wallet-browser-a13643bdb545af60bd4514c9026e9657ce8aa5ea.tar.bz2 tangerine-wallet-browser-a13643bdb545af60bd4514c9026e9657ce8aa5ea.tar.lz tangerine-wallet-browser-a13643bdb545af60bd4514c9026e9657ce8aa5ea.tar.xz 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.js | 2 |
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) } |