Hello,
In tests 12 and 13, toward the end of their codes there is an inconsistency. The comment reads:
We check that at least N/2 -1 other nodes have 6 blocks
However the code actually checks if at least N/2 +1 other nodes have 6 blocks.
Could you please clarify which is correct, the comment or the code?
Thanks!
In tests 12 and 13, toward the end of their codes there is an inconsistency. The comment reads:
We check that at least N/2 -1 other nodes have 6 blocks
However the code actually checks if at least N/2 +1 other nodes have 6 blocks.
Could you please clarify which is correct, the comment or the code?
Thanks!