Skip to content

Commit

Permalink
fix genesis validation (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
harish551 authored Jan 4, 2024
1 parent 124fb16 commit 1a61af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,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 1a61af9

Please sign in to comment.