Skip to content

Commit 2b3c72b

Browse files
stellrusttac0turtlegemini-code-assist[bot]
authored
chore: fix typo in docs/adr/adr-022-validator-network.md (#2481)
<!-- Please read and fill out this form before submitting your PR. Please make sure you have reviewed our contributors guide before submitting your first PR. NOTE: PR titles should follow semantic commits: https://www.conventionalcommits.org/en/v1.0.0/ --> ## Overview fix typo in docs/adr/adr-022-validator-network.md <!-- Please provide an explanation of the PR, including the appropriate context, background, goal, and rationale. If there is an issue with this information, please provide a tl;dr and link the issue. Ex: Closes #<issue number> --> --------- Signed-off-by: stellrust <gohunter@foxmail.com> Co-authored-by: Marko <marko@baricevic.me> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c735a3e commit 2b3c72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/adr/adr-022-validator-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Missing participation at the epoch boundary x/network evaluates participation:
8888
#### Reth/EVM Rollup
8989

9090
- Stake manager contract holds the validator stake/weight and maps an address to a key. It will emit `StakeSnapshot(epoch)` events that will be consumed by the consensus client.
91-
- Stake mirror listens for staking snapshot events in order to re build the validtor set. The proposer will always be the same, we do not support rotation at this time. Once the validator set is rebuilt any changes that are witnessed will be applied to the validator network.
91+
- Stake mirror listens for staking snapshot events in order to rebuild the validator set. The proposer will always be the same, we do not support rotation at this time. Once the validator set is rebuilt any changes that are witnessed will be applied to the validator network.
9292
- The EVM will work in the non blocking way. The validators will be able to join and leave as they please with the requirement that they submit attestations of execution in order to provide a soft confirmation within an epoch if they would like a reward for their work.
9393

9494
Solidity Contract

0 commit comments

Comments
 (0)