Previous Fix https://github.com/zkopru-network/zkopru/pull/368 was one of fault reasons that the coordinator misbehave.
So I rollback codes and replaced continue instead break in conditions to add massDeposit. the break statement makes the coordinator hang on processing slashed block.
Fix issue #382
Previous Fix https://github.com/zkopru-network/zkopru/pull/368 was one of fault reasons that the coordinator misbehave. So I rollback codes and replaced
continue
insteadbreak
in conditions to add massDeposit. thebreak
statement makes the coordinator hang on processing slashed block.