Skip to content

Commit

Permalink
fix: set StrideEpochsPerDayEpoch correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
hallazzang committed May 20, 2024
1 parent e16f3ba commit d5ae175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/stakeibc/keeper/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5ae175

Please sign in to comment.