mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-22 07:06:14 +00:00
Changed hard-coded port to Tendermint's value in the default config
This commit is contained in:
@@ -169,7 +169,7 @@ func prepareClientsIps(ips []string) []*rpchttp.HTTP {
|
||||
clients := make([]*rpchttp.HTTP, 0, len(ips))
|
||||
|
||||
for _, ip := range ips {
|
||||
client, err := e2e.NewClient(ip, 6000) // Port is hard-coded for the moment
|
||||
client, err := e2e.NewClient(ip, 26657) // Port is hard-coded for the moment
|
||||
if err != nil {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user