Skip to content

Commit 260460c

Browse files
authored
Merge pull request #10177 from bskrksyp9/patch-33
fix: remove redundant word
2 parents 0c1c61e + d571918 commit 260460c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The base reward is calculated according to the number of attesting validators an
6262

6363
#### Inclusion delay {#inclusion-delay}
6464

65-
At the time when the validators voted on the head of the chain (`block n`), `block n+1` was not proposed yet. Therefore attestations naturally get included **one block later** so all attestations who voted on `block n` being the chain head got included in `block n+1` and, the **inclusion delay** is 1. If the inclusion delay doubles to two slots, the attestation reward halves, because to calculate the attestation reward the the base reward is multiplied by the reciprocal of the inclusion delay.
65+
At the time when the validators voted on the head of the chain (`block n`), `block n+1` was not proposed yet. Therefore attestations naturally get included **one block later** so all attestations who voted on `block n` being the chain head got included in `block n+1` and, the **inclusion delay** is 1. If the inclusion delay doubles to two slots, the attestation reward halves, because to calculate the attestation reward the base reward is multiplied by the reciprocal of the inclusion delay.
6666

6767
### Attestation scenarios {#attestation-scenarios}
6868

0 commit comments

Comments
 (0)