mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +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
|
||||
|
||||
def is_mine(self, address):
|
||||
if not super().is_mine(address):
|
||||
return False
|
||||
try:
|
||||
self.get_address_index(address)
|
||||
except KeyError:
|
||||
|
|
Loading…
Add table
Reference in a new issue