Skip to content

Commit

Permalink
add gentx
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark committed Jan 23, 2025
1 parent 845c81d commit 41e4f8b
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 41e4f8b

Please sign in to comment.