Merge PR #1090: Switch away from ephemeral ports
* Switch ports 4665x to be 2655x This is done so the default ports aren't in the linux kernel's default ephemeral port range. * Missed one doc file, change dep so gaiad works * Update changelog, fix Gopkg.lock
This commit is contained in:
committed by
Christopher Goes
parent
0fa28cac3b
commit
bd362ee590
@@ -50,7 +50,7 @@ func main() {
|
||||
}
|
||||
|
||||
// Start the ABCI server
|
||||
srv, err := server.NewServer("0.0.0.0:46658", "socket", baseApp)
|
||||
srv, err := server.NewServer("0.0.0.0:26658", "socket", baseApp)
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
os.Exit(1)
|
||||
|
||||
Reference in New Issue
Block a user