diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index 40bb3260f..0d44b5645 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -642,7 +642,7 @@ angular.module('copayApp.services') }); } $timeout(function() { - if (fc.isPrivKeyEncrypted()) { + if (fc.hasPrivKeyEncrypted()) { $log.debug('Locking wallet automatically'); root.lockFC(); };