Skip to content

Commit

Permalink
Update EIP-7804: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chloefeal committed Dec 25, 2024
1 parent bad059c commit 632d1bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-7804.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ opened up possibilities on how validators can be managed.
Execution request can be created via smart contracts, allowing for decentralized
and on-chain mechanisms to be explored.
This also means validators will be able to move between execution and compounding
withdrawal credentials (follwoing the correct churn on the total staked amount).
withdrawal credentials (following the correct churn on the total staked amount).

For an execution request to be authorized in the consensus layer, the withdrawal
credential of the validator must be the same of the `msg.caller` when processing
Expand Down Expand Up @@ -207,7 +207,7 @@ def update_withdrawal_credentials(state: BeaconState, index: ValidatorIndex, new
Ownership is defined based on control of the withdrawal credential account, either as a private key (for EOA accounts) or controlling
the smart contract at the address set as withdrawal credential. Therefore allowing an update should not bring any security implications.

Futher discussion needed.
Further discussion needed.

## Copyright

Expand Down

0 comments on commit 632d1bf

Please sign in to comment.