Skip to content

Commit

Permalink
Update comment on ProposerPayout to reflect that balances are updated…
Browse files Browse the repository at this point in the history
… in this block (rather than a future one).
  • Loading branch information
gmalouf committed Dec 5, 2024
1 parent cab07e3 commit d4e8bc8
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 d4e8bc8

Please sign in to comment.