1
0

set wallet.can_change_password and wallet.has_seed for trezor

This commit is contained in:
ThomasV
2014-08-19 10:36:55 +02:00
parent 11e1e0e923
commit 20f93f7df0
3 changed files with 16 additions and 12 deletions

View File

@@ -108,6 +108,12 @@ class TrezorWallet(NewWallet):
def can_create_accounts(self):
return True
def can_change_password(self):
return False
def has_seed(self):
return False
def is_watching_only(self):
return False