connector
This commit is contained in:
parent
2de3d7e73e
commit
9d41bb30d7
@ -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()))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user