good morning!!!!

Skip to content
Snippets Groups Projects
Commit 57d69762 authored by meowsbits's avatar meowsbits Committed by Péter Szilágyi
Browse files

core: s/isEIP155/isHomestead/g (fix IntrinsicGas signature var name) (#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.
parent 11d09fd3
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment