connector

This commit is contained in:
4tochka 2019-05-09 00:26:26 +04:00
parent 2de3d7e73e
commit 9d41bb30d7

View File

@ -249,7 +249,7 @@ class Worker:
blocks[x]["rawTx"][y]["vOut"]["__spent__"] = self.destroyed_coins[pointer]
except: pass
blocks[x] = pickle.dumps(blocks[x])
self.log.critical(str(len(blocks)))
self.pipe_sent_msg(b'result', pickle.dumps(blocks))
except:
self.log.critical(str(traceback.format_exc()))