electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit e6afaf173c5a90137aa6b6359155c6c6a85eccfa
parent 6e660f562f63afc32556b76249f940f59ba4ddf3
Author: Neil Booth <kyuupichan@gmail.com>
Date:   Sun,  3 Jan 2016 11:10:31 +0900

Hardware wallets can create accounts

Diffstat:
Mplugins/trezor/plugin.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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