1
0

disable privkey export menu in trezor wallets

This commit is contained in:
ThomasV
2014-09-09 14:30:57 +02:00
parent 265d74c542
commit 1fb8af40c5
3 changed files with 10 additions and 2 deletions

View File

@@ -154,6 +154,9 @@ class TrezorWallet(NewWallet):
def can_import(self):
return False
def can_export(self):
return False
def can_create_accounts(self):
return True