From 0afa7e1b38ff882f720f78b2560a7edaac5aa9a0 Mon Sep 17 00:00:00 2001 From: Alex Stokes Date: Tue, 15 Mar 2022 18:01:47 -0600 Subject: [PATCH] update language to reflect latest work on withdrawals --- specs/phase0/validator.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/specs/phase0/validator.md b/specs/phase0/validator.md index e21ff980a..acffccebc 100644 --- a/specs/phase0/validator.md +++ b/specs/phase0/validator.md @@ -163,10 +163,7 @@ The `withdrawal_credentials` field must be such that: * `withdrawal_credentials[12:] == eth1_withdrawal_address` After the merge of the current Ethereum application layer into the Beacon Chain, -withdrawals to `eth1_withdrawal_address` will be normal ETH transfers (with no payload other than the validator's ETH) -triggered by a user transaction that will set the gas price and gas limit as well pay fees. -As long as the account or contract with address `eth1_withdrawal_address` can receive ETH transfers, -the future withdrawal protocol is agnostic to all other implementation details. +withdrawals to `eth1_withdrawal_address` will simply be increases to the account's ETH balance that do **NOT** trigger any EVM execution. ### Submit deposit