1
0
This commit is contained in:
ThomasV
2016-10-08 08:34:24 +02:00
parent 2512f5945a
commit 7abd902b92

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()