aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib
diff options
context:
space:
mode:
authorJeffrey Tong <trigun0x2@gmail.com>2018-03-08 02:24:36 +0800
committerJeffrey Tong <trigun0x2@gmail.com>2018-03-08 02:24:36 +0800
commitcad5f5f0009713a1101194d964af7a1620ea158c (patch)
tree53753bd04e6c9646c594327967b136af7a693f9f /app/scripts/lib
parent57dc5a6e9b8ecc4414fe72397205d21cec13c5e1 (diff)
downloadtangerine-wallet-browser-cad5f5f0009713a1101194d964af7a1620ea158c.tar
tangerine-wallet-browser-cad5f5f0009713a1101194d964af7a1620ea158c.tar.gz
tangerine-wallet-browser-cad5f5f0009713a1101194d964af7a1620ea158c.tar.bz2
tangerine-wallet-browser-cad5f5f0009713a1101194d964af7a1620ea158c.tar.lz
tangerine-wallet-browser-cad5f5f0009713a1101194d964af7a1620ea158c.tar.xz
tangerine-wallet-browser-cad5f5f0009713a1101194d964af7a1620ea158c.tar.zst
tangerine-wallet-browser-cad5f5f0009713a1101194d964af7a1620ea158c.zip
fix typo in tests and tx-state-manager
Diffstat (limited to 'app/scripts/lib')
-rw-r--r--app/scripts/lib/tx-state-manager.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/lib/tx-state-manager.js b/app/scripts/lib/tx-state-manager.js
index 051efd247..2eb006380 100644
--- a/app/scripts/lib/tx-state-manager.js
+++ b/app/scripts/lib/tx-state-manager.js
@@ -4,7 +4,7 @@ const ObservableStore = require('obs-store')
const ethUtil = require('ethereumjs-util')
const txStateHistoryHelper = require('./tx-state-history-helper')
-module.exports = class TransactionStateManger extends EventEmitter {
+module.exports = class TransactionStateManager extends EventEmitter {
constructor ({ initState, txHistoryLimit, getNetwork }) {
super()