Skip to content

Commit

Permalink
fix genesis validation (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Jan 4, 2024
1 parent 6aa8775 commit 38d4bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ var (
// and genesis verification.
ModuleBasics = module.NewBasicManager(
auth.AppModuleBasic{},
genutil.AppModuleBasic{},
genutil.NewAppModuleBasic(genutiltypes.DefaultMessageValidator),
bank.AppModuleBasic{},
capability.AppModuleBasic{},
staking.AppModuleBasic{},
Expand Down

0 comments on commit 38d4bfa

Please sign in to comment.