Skip to content

Commit

Permalink
deps: bump cosmos sdk to v0.45.9, ibc-go to v3.2.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanguyenkh authored Oct 24, 2022
1 parent f695a6f commit b23f72e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testutil/network/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func startInProcess(cfg Config, val *Validator) error {
tmRPCAddr := fmt.Sprintf("tcp://%s", val.AppConfig.GRPC.Address)

val.jsonrpc, val.jsonrpcDone, err = server.StartJSONRPC(val.Ctx, val.ClientCtx, tmRPCAddr, tmEndpoint, val.AppConfig, nil)

if err != nil {
return err
}
Expand Down

0 comments on commit b23f72e

Please sign in to comment.