From e6afaf173c5a90137aa6b6359155c6c6a85eccfa Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 3 Jan 2016 11:10:31 +0900 Subject: [PATCH] Hardware wallets can create accounts --- plugins/trezor/plugin.py | 3 +++ 1 file changed, 3 insertions(+) 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