mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +00:00
update ports from 466* to 266* (#104)
* updates ports from 466* to 266* * missed a port
This commit is contained in:
@@ -51,7 +51,7 @@ func broadcastTxsToHost(wg *sync.WaitGroup, errCh chan error, valI int, valHost
|
||||
reconnectSleepSeconds := time.Second * 1
|
||||
|
||||
// thisStart := time.Now()
|
||||
// cli := rpcclient.NewClientURI(valHost + ":46657")
|
||||
// cli := rpcclient.NewClientURI(valHost + ":26657")
|
||||
fmt.Println("Connecting to host to broadcast txs", valI, valHost)
|
||||
cli := rpcclient.NewWSClient(valHost, "/websocket")
|
||||
if _, err := cli.Start(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user