http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/a53f5674507152b4d78c5554f3c8f905243f150c
: shutil.rmtree(data_dir) else: - die() + die( 1,'Exiting' ) try: os.makedirs(data_dir) + 1 - 1 mmgen/proto/btc/tw/ctl.py View File @@ -84,7 +84,7 @@ class BitcoinTwCtl(TwCtl): if endless: tip = await self.rpc.call('getblockcount') while last_block < tip: - last_block = await do_scan(gen_chunks(last_block+1,tip),tip) + last_block = await do_scan(gen_chunks(last_block+1,tip ,tip ),tip) tip = await self.rpc.call('getblockcount') msg('Done') + 3 - 2 mmgen/proto/eth/daemon.py View...