commit 265d74c5426bbf109fa372197eb5adc9384c6e45 parent 6361abaf4dad040f0d8cb251c45967dc38a367e4 Author: ThomasV <thomasv@gitorious> Date: Tue, 9 Sep 2014 14:22:06 +0200 fix #825 Diffstat:
M | plugins/trezor.py | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/plugins/trezor.py b/plugins/trezor.py @@ -151,6 +151,9 @@ class TrezorWallet(NewWallet): if not self.accounts: return 'create_accounts' + def can_import(self): + return False + def can_create_accounts(self): return True