MCPcopy Create free account
hub / github.com/Sifchain/sifnode / BeginBlock

Method BeginBlock

x/clp/module.go:172–174  ·  view source on GitHub ↗
(ctx sdk.Context, req abci.RequestBeginBlock)

Source from the content-addressed store, hash-verified

170}
171
172func (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.

Calls 1

BeginBlockerFunction · 0.70