0g-chain/x/wrapped-a0gi-base/keeper/abci.go

9 lines
191 B
Go
Raw Normal View History

2025-01-07 09:23:01 +00:00
package keeper
import (
abci "github.com/cometbft/cometbft/abci/types"
sdk "github.com/cosmos/cosmos-sdk/types"
)
func (k Keeper) BeginBlock(ctx sdk.Context, _ abci.RequestBeginBlock) {}