http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/c587ab39989faa0f647800211b7b87cd922762cf/mmgen/proto/btc/tw/ctl.py
_util.vmsg(f'Blocks to rescan: {fmt_list(blocks,fmt="bare")}') CR = '\n' if self.cfg.test_suite else '\r' for n,block in enumerate(blocks): msg_r(f'{CR}Rescanning block: {block} ({n+1}/{len(blocks)})') # httplib seems to require fresh connection here, so specify timeout await self.rpc.call('rescanblockchain',block,block,timeout=60) msg(f'\nAddress balance{suf(coin_addrs)} updated successfully') return True else: msg('Address has no balance' if len(coin_addrs) == 1 else 'Addresses have no...