1
0

Hardware wallets can create accounts

This commit is contained in:
Neil Booth
2016-01-03 11:10:31 +09:00
parent 6e660f562f
commit e6afaf173c

View File

@@ -53,6 +53,9 @@ class TrezorCompatibleWallet(BIP44_Wallet):
def get_action(self):
pass
def can_create_accounts(self):
return True
def can_export(self):
return False