1
0

Qt addresses list: show derivation path in tooltip (also addr dialog)

related: #5641
This commit is contained in:
SomberNight
2020-03-01 05:45:15 +01:00
parent 09b3c80529
commit d8180c678b
5 changed files with 31 additions and 4 deletions

View File

@@ -777,7 +777,7 @@ class AddressSynchronizer(Logger):
return sum([v for height, v, is_cb in received.values()])
@with_local_height_cached
def get_addr_balance(self, address, *, excluded_coins: Set[str] = None):
def get_addr_balance(self, address, *, excluded_coins: Set[str] = None) -> Tuple[int, int, int]:
"""Return the balance of a bitcoin address:
confirmed and matured, unconfirmed, unmatured
"""