This commit is contained in:
ThomasV 2014-09-09 14:22:06 +02:00
parent 6361abaf4d
commit 265d74c542
1 changed files with 3 additions and 0 deletions

View File

@ -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