tHardware wallets can create accounts - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit e6afaf173c5a90137aa6b6359155c6c6a85eccfa DIR parent 6e660f562f63afc32556b76249f940f59ba4ddf3 HTML Author: Neil Booth <kyuupichan@gmail.com> Date: Sun, 3 Jan 2016 11:10:31 +0900 Hardware wallets can create accounts Diffstat: M plugins/trezor/plugin.py | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) --- DIR diff --git a/plugins/trezor/plugin.py b/plugins/trezor/plugin.py t@@ -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