Skip to content

Commit

Permalink
Comment: Payout Comment Tweak (#6191)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf authored Dec 5, 2024
1 parent cab07e3 commit 957364a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/bookkeeping/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ type (
// begins as a consensus parameter value, and decays periodically.
Bonus basics.MicroAlgos `codec:"bi"`

// ProposerPayout is the amount that should be moved from the FeeSink to
// the Proposer at the start of the next block. It is basically the
// ProposerPayout is the amount that is moved from the FeeSink to
// the Proposer in this block. It is basically the
// bonus + the payouts percent of FeesCollected, but may be zero'd by
// proposer ineligibility.
ProposerPayout basics.MicroAlgos `codec:"pp"`
Expand Down

0 comments on commit 957364a

Please sign in to comment.