cleaned

parent 94991fed
...@@ -121,7 +121,7 @@ class OverlayNode(Node): ...@@ -121,7 +121,7 @@ class OverlayNode(Node):
j = Utility.verifySort(pk, hash, proof, seed, Config.tou_proposer, Config.ROLE_BLOCK_PROPOSER, w, self.network.badaW) j = Utility.verifySort(pk, hash, proof, seed, Config.tou_proposer, Config.ROLE_BLOCK_PROPOSER, w, self.network.badaW)
if j : if j :
self.logger.log("it is a valid block proposed message with j : ",j) self.logger.log("it is a valid block proposed message with j : "+str(j))
#todo : DONE : drop block proposal msges #todo : DONE : drop block proposal msges
try : try :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment