提交 be776d13 编写于 作者: J Joao Sousa

Fixed small bug on LCManager.hasValidProof(...). It would return 'false' if at...

Fixed small bug on LCManager.hasValidProof(...). It would return 'false' if at least one of the messages was invalid.
上级 3a9bffcd
无法预览此类型文件
......@@ -873,7 +873,7 @@ public class LCManager {
}
} else {
return false; // the proof is invalid
bftsmart.tom.util.Logger.println("(LCManager.hasValidProof) Proof is invalid");
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册