Skip to content

Commit

Permalink
tmp comment code
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jan 9, 2025
1 parent 8436859 commit 42c9a4f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions testutil/network/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ import (
mintypes "github.com/cosmos/cosmos-sdk/x/mint/types"
stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"

"github.com/zeta-chain/ethermint/server"
evmtypes "github.com/zeta-chain/ethermint/x/evm/types"
)

Expand Down Expand Up @@ -143,10 +142,10 @@ func startInProcess(cfg Config, val *Validator) error {
return fmt.Errorf("validator %s context is nil", val.Moniker)
}

val.jsonrpc, val.jsonrpcDone, err = server.StartJSONRPC(val.Ctx, val.ClientCtx, val.errGroup, val.AppConfig, nil)
if err != nil {
return err
}
// val.jsonrpc, val.jsonrpcDone, err = server.StartJSONRPC(val.Ctx, val.ClientCtx, val.errGroup, val.AppConfig, nil)
// if err != nil {
// return err
// }

address := fmt.Sprintf("http://%s", val.AppConfig.JSONRPC.Address)

Expand Down

0 comments on commit 42c9a4f

Please sign in to comment.