Skip to content

Commit

Permalink
fix: GetFullNode just to call GetNode() due to NPEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 8, 2024
1 parent 3655b86 commit ba822f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chain/cosmos/cosmos_chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ func (c *CosmosChain) Initialize(ctx context.Context, testName string, cli *clie
}

func (c *CosmosChain) GetFullNode() *ChainNode {
if len(c.FullNodes) > 0 {
return c.FullNodes[0]
}

return c.GetNode()
}

Expand Down

0 comments on commit ba822f6

Please sign in to comment.