Skip to content

Commit

Permalink
Update godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Sep 12, 2019
1 parent da91323 commit 42b04ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x/supply/internal/types/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ var (
)

func init() {
// Register the ModuleAccount type as a genesis account so that when no
// concrete GenesisAccount types exist, default genesis state will serialize
// correctly.
// Register the ModuleAccount type as a GenesisAccount so that when no
// concrete GenesisAccount types exist and **default** genesis state is used,
// the genesis state will serialize correctly.
authtypes.RegisterAccountTypeCodec(&ModuleAccount{}, "cosmos-sdk/ModuleAccount")
}

Expand Down

0 comments on commit 42b04ee

Please sign in to comment.