rm dead code
This commit is contained in:
@@ -1331,12 +1331,6 @@ class NewWallet(Deterministic_Wallet):
|
|||||||
return True
|
return True
|
||||||
return False
|
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):
|
def num_accounts(self):
|
||||||
keys = []
|
keys = []
|
||||||
for k, v in self.accounts.items():
|
for k, v in self.accounts.items():
|
||||||
|
|||||||
Reference in New Issue
Block a user