Browse Source

Hardware wallets can create accounts

283
Neil Booth 9 years ago
parent
commit
e6afaf173c
  1. 3
      plugins/trezor/plugin.py

3
plugins/trezor/plugin.py

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

Loading…
Cancel
Save