Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: s/isEIP155/isHomestead/g (fix IntrinsicGas signature var name) (e…
…thereum#20300) * core: s/isEIP155/isEIP2/ (fix) This signature variable name reflects a spec'd change in gas cost for creating contracts as documented in EIP2 (Homestead HF). https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2.md#specification * core: s/isEIP2/sIsHomestead/g Use isHomestead since Homestead is what the caller and rest of the code uses.
- Loading branch information