1
0

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:
SomberNight
2019-09-03 14:34:10 +02:00
parent ac329797e0
commit ab76a1fe5b
8 changed files with 22 additions and 21 deletions

View File

@@ -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):