You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function rep wallets::rep_check() did not check for duplicates when adding a voting representative and the count of voting representatives could therefore be much bigger than the reality.
Node version
V22.1
Build details
Manual build.
OS and version
Ubuntu 20.04
Steps to reproduce the behavior
Run test case node.rep_self_vote it fails about once in a 1000 iterations.
Expected behavior
check_rep should not count duplicate entries.
Actual behavior
It counts duplicates.
Possible solution
No response
Supporting files
No response
The text was updated successfully, but these errors were encountered:
dsiganos
added a commit
to dsiganos/nano-node
that referenced
this issue
Jun 16, 2021
The function rep wallets::rep_check() did not check for duplicates when
adding a voting representative and the count of voting representatives
could therefore be much bigger than the reality.
The function rep wallets::rep_check() did not check for duplicates when
adding a voting representative and the count of voting representatives
could therefore be much bigger than the reality.
Summary
The function rep wallets::rep_check() did not check for duplicates when adding a voting representative and the count of voting representatives could therefore be much bigger than the reality.
Node version
V22.1
Build details
Manual build.
OS and version
Ubuntu 20.04
Steps to reproduce the behavior
Expected behavior
check_rep should not count duplicate entries.
Actual behavior
It counts duplicates.
Possible solution
No response
Supporting files
No response
The text was updated successfully, but these errors were encountered: