mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
fix #825
This commit is contained in:
parent
6361abaf4d
commit
265d74c542
1 changed files with 3 additions and 0 deletions
|
@ -151,6 +151,9 @@ class TrezorWallet(NewWallet):
|
|||
if not self.accounts:
|
||||
return 'create_accounts'
|
||||
|
||||
def can_import(self):
|
||||
return False
|
||||
|
||||
def can_create_accounts(self):
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue