Skip to content

Commit

Permalink
Merge pull request #187 from realiotech/add-gentx
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark authored Jan 28, 2025
2 parents 845c81d + 41e4f8b commit 80f73a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,9 @@ var (
// and genesis verification.
ModuleBasics = module.NewBasicManager(
auth.AppModuleBasic{},
genutil.AppModuleBasic{},
genutil.AppModuleBasic{
GenTxValidator: genutiltypes.DefaultMessageValidator,
},
bank.AppModuleBasic{},
capability.AppModuleBasic{},
staking.AppModuleBasic{},
Expand Down

0 comments on commit 80f73a8

Please sign in to comment.