This commit is contained in:
ThomasV 2016-10-08 08:34:24 +02:00
parent 2512f5945a
commit 7abd902b92
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ class Deterministic_KeyStore(Software_KeyStore):
return d
def has_seed(self):
return self.seed != ''
return bool(self.seed)
def can_change_password(self):
return not self.is_watching_only()