mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-13 11:34:17 +00:00
Change port 8080 to 46658
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import (
|
||||
func main() {
|
||||
|
||||
// Start the listener
|
||||
_, err := server.StartListener("tcp://127.0.0.1:8080", example.NewDummyApplication())
|
||||
_, err := server.StartListener("tcp://127.0.0.1:46658", example.NewDummyApplication())
|
||||
if err != nil {
|
||||
Exit(err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user