BeginBlock performs no-op
(ctx context.Context)
| 141 | |
| 142 | // BeginBlock performs no-op |
| 143 | func (am AppModule) BeginBlock(ctx context.Context) error { |
| 144 | return am.keeper.BeginBlocker(ctx) |
| 145 | } |
| 146 | |
| 147 | // EndBlock returns the end blocker for the bme module |
| 148 | func (am AppModule) EndBlock(ctx context.Context) error { |
no test coverage detected