mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 20:51:45 +00:00
support full urls (with eg tcp:// prefix)
This commit is contained in:
@ -13,8 +13,8 @@ import (
|
||||
|
||||
// Client and Server should work over tcp or unix sockets
|
||||
var (
|
||||
tcpAddr = "0.0.0.0:46657"
|
||||
unixAddr = "/tmp/go-rpc.sock" // NOTE: must remove file for test to run again
|
||||
tcpAddr = "tcp://0.0.0.0:46657"
|
||||
unixAddr = "unix:///tmp/go-rpc.sock" // NOTE: must remove file for test to run again
|
||||
|
||||
websocketEndpoint = "/websocket/endpoint"
|
||||
)
|
||||
|
Reference in New Issue
Block a user