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

sync node should connect to all core nodes #844

Open
olehnikolaiev opened this issue Sep 3, 2024 · 0 comments
Open

sync node should connect to all core nodes #844

olehnikolaiev opened this issue Sep 3, 2024 · 0 comments

Comments

@olehnikolaiev
Copy link
Contributor

consensus decides if it should connect to any of the core nodes by verifying connections.size() + 1 < getNodeCount()
this expression is wrong for sync nodes and should be changed to connections.size() + !isSyncNode() < getNodeCount()

check Schain.cpp:1126 for more details

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