Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Update reward/reward_distributor.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chihyun Song <ian0371@gmail.com>
  • Loading branch information
blukat29 and ian0371 committed May 15, 2024
1 parent 5100e23 commit 1c7a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reward/reward_distributor.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func CalcRewardParamBlock(num, epoch uint64, rules params.Rules) uint64 {
return num
}

// GetSupplyDelta returns the total rewards in this block, i.e. (minted - burntFee)
// GetTotalReward returns the total rewards in this block, i.e. (minted - burntFee)
// Used in klay_totalSupply RPC API
func GetTotalReward(header *types.Header, rules params.Rules, pset *params.GovParamSet) (*TotalReward, error) {
total := new(TotalReward)
Expand Down

0 comments on commit 1c7a617

Please sign in to comment.