Skip to content

Commit

Permalink
4844: remove dash in el and cl
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 26, 2023
1 parent abbf02e commit 531784c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def get_data_gasprice(header: Header) -> int:
)
```

The block validity conditions are modified to include data gas checks (see the [Execution-layer validation](#execution-layer-validation) section below).
The block validity conditions are modified to include data gas checks (see the [Execution layer validation](#execution-layer-validation) section below).

The actual `data_fee` as calculated via `calc_data_fee` is deducted from the sender balance before transaction execution and burned, and is not refunded in case of transaction failure.

Expand Down

0 comments on commit 531784c

Please sign in to comment.