commit 20c7bef7ac2f875e5f38de2b0c6b8a0c5aef0225 parent b8f64ad46f16c6b333e17b339d8c303c1ebc867f Author: ThomasV <thomasv@gitorious> Date: Mon, 14 Jul 2014 02:27:51 +0200 rm dead code Diffstat:
M | lib/wallet.py | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git 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():