commands: add new cmd "getprivatekeyforpath" to export a WIF for a path
related: #6061
This commit is contained in:
@@ -449,7 +449,7 @@ class AddressSynchronizer(Logger):
|
||||
domain = set(domain)
|
||||
# 1. Get the history of each address in the domain, maintain the
|
||||
# delta of a tx as the sum of its deltas on domain addresses
|
||||
tx_deltas = defaultdict(int)
|
||||
tx_deltas = defaultdict(int) # type: Dict[str, Optional[int]]
|
||||
for addr in domain:
|
||||
h = self.get_address_history(addr)
|
||||
for tx_hash, height in h:
|
||||
|
||||
Reference in New Issue
Block a user