mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-06 16:17:11 +00:00
Use non-standard port so tests don't die when I am running basecoin
This commit is contained in:
+3
-3
@@ -20,10 +20,10 @@ import (
|
||||
|
||||
// Client and Server should work over tcp or unix sockets
|
||||
const (
|
||||
tcpAddr = "tcp://0.0.0.0:46657"
|
||||
tcpAddr = "tcp://0.0.0.0:47768"
|
||||
|
||||
unixSocket = "/tmp/rpc.sock"
|
||||
unixAddr = "unix:///tmp/rpc.sock"
|
||||
unixSocket = "/tmp/rpc_test.sock"
|
||||
unixAddr = "unix://" + unixSocket
|
||||
|
||||
websocketEndpoint = "/websocket/endpoint"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user