aboutsummaryrefslogtreecommitdiffstats
path: root/development/backGroundConnectionModifiers.js
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-07-12 02:31:12 +0800
committerGitHub <noreply@github.com>2018-07-12 02:31:12 +0800
commit92fc87a23157bc544e5abe7621200a48637dabd2 (patch)
tree91da121ed3eecc96daf56ce469ddacc57ce703a7 /development/backGroundConnectionModifiers.js
parent76e80f631e15fafd7e0bd0117fc1703944cb2fb6 (diff)
parent07322bc404692625ceac06722df12ff179f26c6f (diff)
downloadtangerine-wallet-browser-92fc87a23157bc544e5abe7621200a48637dabd2.tar.gz
tangerine-wallet-browser-92fc87a23157bc544e5abe7621200a48637dabd2.tar.zst
tangerine-wallet-browser-92fc87a23157bc544e5abe7621200a48637dabd2.zip
Merge pull request #4764 from MetaMask/i4404-confirm-refactor-with-e2e-upgrades
e2e beta test upgrades for confirm refactor
Diffstat (limited to 'development/backGroundConnectionModifiers.js')
-rw-r--r--development/backGroundConnectionModifiers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/backGroundConnectionModifiers.js b/development/backGroundConnectionModifiers.js
index 665f72898..aee68854b 100644
--- a/development/backGroundConnectionModifiers.js
+++ b/development/backGroundConnectionModifiers.js
@@ -10,7 +10,7 @@ module.exports = {
signPersonalMessage: (msgData, cb) => {
const stateUpdate = {
unapprovedPersonalMsgs: {},
- unapprovedPersonalMsgsCount: 0,
+ unapprovedPersonalMsgCount: 0,
}
return cb(null, stateUpdate)
},