rm dead code
authorThomasV <thomasv@gitorious>
Mon, 14 Jul 2014 00:27:51 +0000 (02:27 +0200)
committerThomasV <thomasv@gitorious>
Mon, 14 Jul 2014 00:27:51 +0000 (02:27 +0200)
lib/wallet.py

index 758bbcf..516eb45 100644 (file)
@@ -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():