typo: add missing ) (#3528)

This commit is contained in:
Franco Victorio 2021-04-26 03:28:15 -03:00 committed by GitHub
parent a2ef829d2a
commit b3394ef14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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