Fix automatic lock of focused client on timeout
This commit is contained in:
parent
45da8a9c86
commit
a33ca046d1
1 changed files with 1 additions and 1 deletions
|
|
@ -642,7 +642,7 @@ angular.module('copayApp.services')
|
|||
});
|
||||
}
|
||||
$timeout(function() {
|
||||
if (fc.isPrivKeyEncrypted()) {
|
||||
if (fc.hasPrivKeyEncrypted()) {
|
||||
$log.debug('Locking wallet automatically');
|
||||
root.lockFC();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue