From 265d74c5426bbf109fa372197eb5adc9384c6e45 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 9 Sep 2014 14:22:06 +0200 Subject: [PATCH] fix #825 --- plugins/trezor.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/trezor.py b/plugins/trezor.py index 07cfb63e..8cc64a6e 100644 --- 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