mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-13 22:19:50 +00:00
wallet: is_mine should not depend on history keys
this makes clear_history work
This commit is contained in:
parent
820316e745
commit
93578d9be2
1 changed files with 0 additions and 2 deletions
|
@ -272,8 +272,6 @@ class Abstract_Wallet(AddressSynchronizer):
|
||||||
return
|
return
|
||||||
|
|
||||||
def is_mine(self, address):
|
def is_mine(self, address):
|
||||||
if not super().is_mine(address):
|
|
||||||
return False
|
|
||||||
try:
|
try:
|
||||||
self.get_address_index(address)
|
self.get_address_index(address)
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
|
Loading…
Add table
Reference in a new issue