1
0

Get ledger wallet working, for restore at least

Fixes #1592
This commit is contained in:
Neil Booth
2016-01-01 18:38:43 +09:00
parent d150a6d29c
commit 2f58d419dc
4 changed files with 51 additions and 25 deletions

View File

@@ -125,10 +125,6 @@ class QtPlugin(TrezorPlugin):
client.handler = self.create_handler(wizard)
wallet.create_main_account(None)
@staticmethod
def is_valid_seed(seed):
return True
@hook
def receive_menu(self, menu, addrs, wallet):
if type(wallet) != self.wallet_class: