Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: peicuiping <[email protected]>
  • Loading branch information
peicuiping committed Dec 31, 2024
1 parent 56b91cd commit d966046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func NewDefaultGenesisState() GenesisState {
return gen
}

// CloneGenesisState creates a deep clone of the provided GenesisState.
// cloneGenesisState creates a deep clone of the provided GenesisState.
func cloneGenesisState(original GenesisState) GenesisState {
clone := make(GenesisState, len(original))
for key, value := range original {
Expand Down
2 changes: 1 addition & 1 deletion e2e/ict/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func CreateChain(t *testing.T, numVals, numFull int, img ibc.DockerImage) []ibc.
return CreateICTestBitsongChainCustomConfig(t, numVals, numFull, cfg)
}

// CreateThisBranchWithValsAndFullNodes generates this branch's chain (ex: from the commit), with a set of validators and full nodes.
// CreateICTestBitsongChain creates a Bitsong chain for interchain testing with the specified number of validators and full nodes.
func CreateICTestBitsongChain(t *testing.T, numVals, numFull int) []ibc.Chain {
return CreateChain(t, numVals, numFull, BitsongImage)
}
Expand Down

0 comments on commit d966046

Please sign in to comment.