Skip to content

Commit

Permalink
refactor: remove unnecessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Apr 25, 2024
1 parent f85a0d3 commit d33f5b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/util/genesis/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ func (g *Genesis) WithConsensusParams(params *tmproto.ConsensusParams) *Genesis
return g
}

func (g *Genesis) WithAppVersion(version tmproto.VersionParams) *Genesis {
g.ConsensusParams.Version = version
return g
}

func (g *Genesis) WithChainID(chainID string) *Genesis {
g.ChainID = chainID
return g
Expand Down

0 comments on commit d33f5b7

Please sign in to comment.