Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ABA protocol error #27

Open
zhazhalaila opened this issue Jul 27, 2022 · 0 comments
Open

ABA protocol error #27

zhazhalaila opened this issue Jul 27, 2022 · 0 comments

Comments

@zhazhalaila
Copy link

While I was looking at the ABA test code, I found a bug. When there are two nodes whose input is 1 and two nodes whose input is 0. We cannot predict whether the result will be 0 or 1, because the ABA protocol is random, and the output maybe 0 or 1, not a definite value.

testAgreement(t, []bool{true, false, true, false}, true)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant