aboutsummaryrefslogtreecommitdiffstats
path: root/params/gas_table.go
diff options
context:
space:
mode:
Diffstat (limited to 'params/gas_table.go')
-rw-r--r--params/gas_table.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/params/gas_table.go b/params/gas_table.go
index a06053904..4969382b1 100644
--- a/params/gas_table.go
+++ b/params/gas_table.go
@@ -49,9 +49,7 @@ var (
// GasTableHomestead contain the gas re-prices for
// the homestead phase.
- //
- // TODO rename to GasTableEIP150
- GasTableHomesteadGasRepriceFork = GasTable{
+ GasTableEIP150 = GasTable{
ExtcodeSize: 700,
ExtcodeCopy: 700,
Balance: 400,