aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'app/scripts')
-rw-r--r--app/scripts/keyring-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/keyring-controller.js b/app/scripts/keyring-controller.js
index b24c4bac5..c736fa1f6 100644
--- a/app/scripts/keyring-controller.js
+++ b/app/scripts/keyring-controller.js
@@ -55,7 +55,7 @@ module.exports = class KeyringController extends EventEmitter {
return {
seedWords: this.configManager.getSeedWords(),
isInitialized: (!!wallet || !!vault),
- isUnlocked: this.keyrings.length > 0,
+ isUnlocked: Boolean(this.password),
isDisclaimerConfirmed: this.configManager.getConfirmedDisclaimer(), // AUDIT this.configManager.getConfirmedDisclaimer(),
unconfTxs: this.configManager.unconfirmedTxs(),
transactions: this.configManager.getTxList(),
4:32 +0800'>2006-01-121-2/+3 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1 * At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1 * Change maintainer's email.Kirill Ponomarev2004-07-221-1/+1 * Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-101-1/+1 * SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1 * Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1 * - Give maintainership to Igor Pokrovsky <tiamat@comset.net>Kirill Ponomarev2004-01-242-2/+2 * - Support CFLAGS/CXXFLAGS properlyKirill Ponomarev2003-08-173-11/+19 * Reset bouncing maintainer address.Kris Kennaway2003-08-161-1/+1 * Fix build with gcc 3.x: friend class declarations are more strictMario Sergio Fujikawa Ferreira2003-06-111-0/+11