aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/tx-state-manager.js
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-03-08 02:48:14 +0800
committerGitHub <noreply@github.com>2018-03-08 02:48:14 +0800
commitbd67deae13d98d2d49c18a1f7494a33eec3e696e (patch)
tree53753bd04e6c9646c594327967b136af7a693f9f /app/scripts/lib/tx-state-manager.js
parent5ebdb215ae37d62bd1757c17b58ce08fb833ff8c (diff)
parentcad5f5f0009713a1101194d964af7a1620ea158c (diff)
downloadtangerine-wallet-browser-bd67deae13d98d2d49c18a1f7494a33eec3e696e.tar.gz
tangerine-wallet-browser-bd67deae13d98d2d49c18a1f7494a33eec3e696e.tar.zst
tangerine-wallet-browser-bd67deae13d98d2d49c18a1f7494a33eec3e696e.zip
Merge pull request #3460 from trigun0x2/master
fix typo in transaction.js
Diffstat (limited to 'app/scripts/lib/tx-state-manager.js')
-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()