tfix #825 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 265d74c5426bbf109fa372197eb5adc9384c6e45
DIR parent 6361abaf4dad040f0d8cb251c45967dc38a367e4
HTML 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(-)
---
DIR diff --git a/plugins/trezor.py b/plugins/trezor.py
t@@ -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