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