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
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
get/peers/connected is showing the correct binding address on Swagger UI for both the nodes but get/peers/all is returning an empty array in the response body.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am running two nodes of TwinsCoin Application on the same machine.
Following below is the configuration setting for both the nodes:
//settings.conf
network {
nodeName = "generatorNode1"
bindAddress = "127.0.0.1:9084"
knownPeers = []
agentName = "2-Hop"
}
//settings2.conf
network {
nodeName = "node2"
bindAddress = "127.0.0.2:9088"
knownPeers = ["127.0.0.1:9084"]
agentName = "2-Hop"
}
get/peers/connected is showing the correct binding address on Swagger UI for both the nodes but get/peers/all is returning an empty array in the response body.
The text was updated successfully, but these errors were encountered: