Skip to content
Snippets Groups Projects
Commit 223c1bab authored by capossele's avatar capossele
Browse files

:sparkles: enables local testing

parent ba4d10f2
Branches
Tags
No related merge requests found
......@@ -40,7 +40,7 @@ func configureLocal() *peer.Local {
}
}
if !externalIP.IsGlobalUnicast() {
log.Fatalf("IP is not a global unicast address: %s", externalIP.String())
log.Warnf("IP is not a global unicast address: %s", externalIP.String())
}
peeringPort := strconv.Itoa(parameter.NodeConfig.GetInt(CFG_PORT))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment