Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroms committed Jan 27, 2025
1 parent 8cda801 commit cf0ba1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/rewards/keeper/providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ func (k Keeper) SpecEmissionParts(ctx sdk.Context) (emissions []types.SpecEmissi

for _, chainID := range chainIDs {
if stake, ok := chainStake[chainID]; ok {
if stake.IsZero() {
continue
}

emissions = append(emissions, types.SpecEmissionPart{ChainID: chainID, Emission: stake.Quo(totalStake)})
}
}
Expand Down

0 comments on commit cf0ba1c

Please sign in to comment.