mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-12 21:49:51 +00:00
fix #1959
This commit is contained in:
parent
357cc75dca
commit
2e2f4c17e0
1 changed files with 3 additions and 0 deletions
|
@ -217,6 +217,9 @@ class Deterministic_KeyStore(Software_KeyStore):
|
||||||
def has_seed(self):
|
def has_seed(self):
|
||||||
return bool(self.seed)
|
return bool(self.seed)
|
||||||
|
|
||||||
|
def is_watching_only(self):
|
||||||
|
return not self.has_seed()
|
||||||
|
|
||||||
def can_change_password(self):
|
def can_change_password(self):
|
||||||
return not self.is_watching_only()
|
return not self.is_watching_only()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue