Skip to content

Commit

Permalink
add debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed Feb 10, 2025
1 parent 15f849a commit 3fd90ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/epochstorage/keeper/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ func (m Migrator) MigrateVersion8To9(ctx sdk.Context) error {
stakeEntry, found := m.keeper.GetStakeEntryCurrent(ctx, chainID, metadata.Provider)
if found {
chains = append(chains, stakeEntry.Chain)
} else {
fmt.Println("stake entry not found for provider: ", metadata.Provider, " and chain: ", chainID)
}
}
metadata.Chains = chains
Expand Down

0 comments on commit 3fd90ad

Please sign in to comment.