mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 19:21:44 +00:00
Change port 8080 to 46658
This commit is contained in:
@ -9,7 +9,7 @@ import (
|
||||
func main() {
|
||||
|
||||
// Start the listener
|
||||
_, err := server.StartListener("tcp://127.0.0.1:8080", example.NewCounterApplication())
|
||||
_, err := server.StartListener("tcp://127.0.0.1:46658", example.NewCounterApplication())
|
||||
if err != nil {
|
||||
Exit(err.Error())
|
||||
}
|
||||
|
Reference in New Issue
Block a user