http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/a53f5674507152b4d78c5554f3c8f905243f150c/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...