diff --git a/EIPS/eip-7804.md b/EIPS/eip-7804.md index 1b963cc04a377f..910b9818940902 100644 --- a/EIPS/eip-7804.md +++ b/EIPS/eip-7804.md @@ -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 @@ -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