feat(x/group): Add env bundler to group module (#19489)

This commit is contained in:
Likhita Polavarapu
2024-02-20 10:24:32 +00:00
committed by GitHub
parent b0db3ea299
commit b050ec2f3f
19 changed files with 207 additions and 219 deletions
+1 -2
View File
@@ -148,8 +148,7 @@ func (AppModule) ConsensusVersion() uint64 { return ConsensusVersion }
// EndBlock implements the group module's EndBlock.
func (am AppModule) EndBlock(ctx context.Context) error {
c := sdk.UnwrapSDKContext(ctx)
return EndBlocker(c, am.keeper)
return am.keeper.EndBlocker(ctx)
}
// GenerateGenesisState creates a randomized GenState of the group module.