Skip to content

Commit

Permalink
Update EIP-225: Update eip-225.md to fix typo "singer" (ethereum#8038)
Browse files Browse the repository at this point in the history
Update eip-225.md

Fix typo "singer".
  • Loading branch information
andrewcoder666 authored and GAEAlimited committed Jun 19, 2024
1 parent 9644de3 commit 21dba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-225.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ To authorize a block for the network, the signer needs to sign the block's sigha

The sighash is signed using the standard `secp256k1` curve, and the resulting 65 byte signature (`R`, `S`, `V`, where `V` is `0` or `1`) is embedded into the `extraData` as the trailing 65 byte suffix.

To ensure malicious signers (loss of signing key) cannot wreck havoc in the network, each singer is allowed to sign **maximum one** out of **`SIGNER_LIMIT`** consecutive blocks. The order is not fixed, but in-turn signing weighs more (**`DIFF_INTURN`**) than out of turn one (**`DIFF_NOTURN`**).
To ensure malicious signers (loss of signing key) cannot wreck havoc in the network, each signer is allowed to sign **maximum one** out of **`SIGNER_LIMIT`** consecutive blocks. The order is not fixed, but in-turn signing weighs more (**`DIFF_INTURN`**) than out of turn one (**`DIFF_NOTURN`**).

#### Authorization strategies

Expand Down

0 comments on commit 21dba03

Please sign in to comment.