update ports from 466* to 266* (#104)

* updates ports from 466* to 266*

* missed a port
This commit is contained in:
Zach
2018-06-22 19:55:07 +04:00
committed by Anton Kaliaev
parent a12785aa60
commit 47256cfda2
15 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -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 {