(ctx sdk.Context, req abci.RequestBeginBlock)
| 170 | } |
| 171 | |
| 172 | func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) { |
| 173 | BeginBlocker(ctx, am.keeper) |
| 174 | } |
| 175 | |
| 176 | // EndBlock returns the end blocker for the clp module. It returns no validator |
| 177 | // updates. |