Skip to content

Commit 60f03e2

Browse files
authored
fix: small grammar correction
1 parent 8d0f7e1 commit 60f03e2

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/consensus-mechanisms/pos/block-proposal

1 file changed

+1
-1
lines changed

src/content/developers/docs/consensus-mechanisms/pos/block-proposal/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The block is added to the block proposer's local database and broadcast to peers
5656

5757
## Block rewards {#block-rewards}
5858

59-
The block proposer receives payment for their work. There is a `base_reward` calculated as a function of the number of active validators and their effective balances. The block proposer then receives a fraction of `base_reward` for every valid attestation included in the block; the more validators attest to the block, the greater the block proposer's reward. There is also a reward for reporting validators that should be slashed, equal to the `1/512 * effective balance` for each slashed validator.
59+
The block proposer receives payment for their work. There is a `base_reward` calculated as a function of the number of active validators and their effective balances. The block proposer then receives a fraction of `base_reward` for every valid attestation included in the block; the more validators attest to the block, the greater the block proposer's reward. There is also a reward for reporting validators that should be slashed, equal to `1/512 * effective balance` for each slashed validator.
6060

6161
[More on rewards and penalties](/developers/docs/consensus-mechanisms/pos/rewards-and-penalties)
6262

0 commit comments

Comments
 (0)