Skip to content

Commit

Permalink
chore: add comment back
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Dec 16, 2024
1 parent 8192785 commit 96f5a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/incentive/keeper/btc_staking_gauge.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func (k Keeper) RewardBTCStaking(ctx context.Context, height uint64, dc *ftypes.
panic("failed to get a reward gauge at previous height")
}

// reward each of the finality provider and its BTC delegations in proportion
for i, fp := range dc.FinalityProviders {
// only reward the first NumActiveFps finality providers
// note that ApplyActiveFinalityProviders is called before saving `dc`
Expand Down

0 comments on commit 96f5a1f

Please sign in to comment.