Qt addresses list: show derivation path in tooltip (also addr dialog)
related: #5641
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user