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:
Dev Ojha
2018-06-14 00:13:51 +02:00
committed by Christopher Goes
parent 0fa28cac3b
commit bd362ee590
23 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -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)