From 20c7bef7ac2f875e5f38de2b0c6b8a0c5aef0225 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Mon, 14 Jul 2014 02:27:51 +0200 Subject: [PATCH] rm dead code --- lib/wallet.py | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/lib/wallet.py b/lib/wallet.py index 758bbcf..516eb45 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -1331,12 +1331,6 @@ class NewWallet(Deterministic_Wallet): return True return False - def find_root_by_master_key(self, xpub): - for key, xpub2 in self.master_public_keys.items(): - if key == "m/":continue - if xpub == xpub2: - return key - def num_accounts(self): keys = [] for k, v in self.accounts.items(): -- 1.7.1