mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-22 11:48:19 +00:00
typo: add missing ) (#3528)
This commit is contained in:
parent
a2ef829d2a
commit
b3394ef14e
@ -55,7 +55,7 @@ The cost of `calldata` was thoroughly analyzed in EIP-2028 to determine
|
||||
a fair value that is not susceptible to denial-of-service attacks. We consider
|
||||
this the lower bound on how much transaction data should cost. Since there is
|
||||
no computation burden imposed for adding `tx.to` to the `accessed_addresses`
|
||||
map (it's added by default by [EIP-2929](./eip-2929.md), there is no reason to charge more than
|
||||
map (it's added by default by [EIP-2929](./eip-2929.md)), there is no reason to charge more than
|
||||
the absolute minimum for the data.
|
||||
|
||||
## Test Cases
|
||||
|
Loading…
x
Reference in New Issue
Block a user