diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py index 55708f8d..9ef4e219 100644 --- a/plugins/trezor/plugin.py +++ b/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