Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Nov 9, 2023
1 parent ba83cb0 commit 9f49cfb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions testutil/network/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,7 @@ func startInProcess(cfg Config, val *Validator) error {
return fmt.Errorf("validator %s context is nil", val.Moniker)
}

tmEndpoint := "/websocket"
tmRPCAddr := val.RPCAddress

val.jsonrpc, val.jsonrpcDone, err = server.StartJSONRPC(val.Ctx, val.ClientCtx, tmRPCAddr, tmEndpoint, val.AppConfig, nil)
val.jsonrpc, val.jsonrpcDone, err = server.StartJSONRPC(val.Ctx, val.ClientCtx, val.AppConfig, nil)
if err != nil {
return err
}
Expand Down

0 comments on commit 9f49cfb

Please sign in to comment.