Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bermuell committed Oct 6, 2023
1 parent 1de4699 commit 043219f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/consumer/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type (
)

// Migration of consumer genesis content as it is exported from a provider version v2
// to a version readable by current consumer (version v3).
// (ICS provider module version) to a format readable by current consumer implementation.
func migrateFromV2(jsonRaw []byte, ctx client.Context) (json.RawMessage, error) {
// v2 uses deprecated fields of GenesisState type
oldConsumerGenesis := consumerTypes.GenesisState{}
Expand Down

0 comments on commit 043219f

Please sign in to comment.