diff --git a/x/stakeibc/keeper/hooks.go b/x/stakeibc/keeper/hooks.go index 8abd235e..758030f2 100644 --- a/x/stakeibc/keeper/hooks.go +++ b/x/stakeibc/keeper/hooks.go @@ -11,7 +11,7 @@ import ( "github.com/milkyway-labs/milk/x/stakeibc/types" ) -const StrideEpochsPerDayEpoch = uint64(4) +const StrideEpochsPerDayEpoch = uint64(1440) func (k Keeper) BeforeEpochStart(ctx sdk.Context, epochInfo epochstypes.EpochInfo) { // Update the stakeibc epoch tracker