1
0

wallet: address_is_old minor clean-up

also, synchronize was defined twice in AddressSynchronizer
This commit is contained in:
SomberNight
2019-09-09 01:34:29 +02:00
parent ccc1897f36
commit d1dea9343e
2 changed files with 9 additions and 8 deletions

View File

@@ -96,9 +96,6 @@ class AddressSynchronizer(Logger):
self.load_unverified_transactions()
self.remove_local_transactions_we_dont_have()
def synchronize(self):
pass
def is_mine(self, address) -> bool:
return self.db.is_addr_in_history(address)