Open
Description
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
Metadata
Assignees
Labels
No labels