From 396d399129090d6c8973acfa47edc50077b69d0a Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Wed, 24 Feb 2021 08:53:54 -0600 Subject: [PATCH] Apply suggestions from code review form @hwwhww Co-authored-by: Hsiao-Wei Wang --- specs/phase0/validator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/phase0/validator.md b/specs/phase0/validator.md index 9e2ee7b1f..8a6f221a7 100644 --- a/specs/phase0/validator.md +++ b/specs/phase0/validator.md @@ -132,10 +132,10 @@ The `withdrawal_credentials` field must be such that: * `withdrawal_credentials[1:12] == b'\x00' * 11` * `withdrawal_credentials[12:] == eth1_withdrawal_address` -After the merge of eth1 into eth2, +After the merge of the current Ethereum application layer (Eth1) into the Beacon Chain (Eth2), 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 +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. ### Submit deposit