bitcoin-dev-project/warnet

Node number 11 connection issues

Closed this issue · 0 comments

Issue

When I attempt to perform sync_all() on nodes in the default network provided by warcli network start, the sync process fails.

Cause

sync_all() is a test_framework function, and it wants all nodes to have a connection. It seems that node number 11 is not connected to its peers in the default network.

Possible Solution

Hook up node 11 in the default network created by warcli network start.

Open question

Is there a reason why we may want one node to not have a connection in the default network?