diff --git a/EIPS/eip-3675.md b/EIPS/eip-3675.md index f7e2b033..05868f43 100644 --- a/EIPS/eip-3675.md +++ b/EIPS/eip-3675.md @@ -74,7 +74,6 @@ Beginning with `TRANSITION_BLOCK`, a number of previously dynamic block fields a |-|-|-| | **`ommersHash`** | `0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347` | `= Keccak256(RLP([]))` | | **`difficulty`** | `0` | | -| **`extraData`** | `b''` | `RLP(b'') = 0x80` | | **`mixHash`** | `0x0000000000000000000000000000000000000000000000000000000000000000` | | | **`nonce`** | `0x0000000000000000` | | | **`ommers`** | `[]` | `RLP([]) = 0xc0` | @@ -167,10 +166,6 @@ This change introduces an additional validity rule that enforces the replacement After deprecating the proof-of-work the notion of difficulty no longer exists and replacing the block header **`difficulty`** field with `0` constant is semantically sound. -### Deprecating `extraData` - -The **`extraData`** field is deprecated in favour of the corresponding **`graffiti`** field of the beacon block. - ### Changing block validity rules The rule set enforcing the PoW seal validity is replaced with the corresponding PoS rules along with the consensus upgrade as the rationale behind this change.