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

Method EndBlock

x/clp/module.go:178–180  ·  view source on GitHub ↗

EndBlock returns the end blocker for the clp module. It returns no validator updates.

(ctx sdk.Context, _ abci.RequestEndBlock)

Source from the content-addressed store, hash-verified

176// EndBlock returns the end blocker for the clp module. It returns no validator
177// updates.
178func (am AppModule) EndBlock(ctx sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate {
179 return EndBlocker(ctx, am.keeper)
180}
181
182func (AppModule) ConsensusVersion() uint64 { return 5 }

Calls 1

EndBlockerFunction · 0.85