wallet.add_hw_info: also store "is_change" in output_info
as it seems every consumer wants to know this and has its own hacks to figure it out
This commit is contained in:
@@ -99,7 +99,7 @@ class AddressSynchronizer(Logger):
|
||||
def synchronize(self):
|
||||
pass
|
||||
|
||||
def is_mine(self, address):
|
||||
def is_mine(self, address) -> bool:
|
||||
return self.db.is_addr_in_history(address)
|
||||
|
||||
def get_addresses(self):
|
||||
|
||||
Reference in New Issue
Block a user