0g-chain/x/earn/keeper/invariants.go

10 lines
193 B
Go
Raw Normal View History

package keeper
import (
sdk "github.com/cosmos/cosmos-sdk/types"
)
// RegisterInvariants registers the earn module invariants
func RegisterInvariants(ir sdk.InvariantRegistry, k Keeper) {
}