package distribution
import "github.com/cosmos/cosmos-sdk/x/distribution/keeper"
// slashing begin block functionality
func BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock, dk keeper.Keeper) (tags sdk.Tags) {
return
}