diff options
author | gary rong <garyrong0905@gmail.com> | 2017-09-20 17:27:00 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-09-20 17:27:00 +0800 |
commit | b9ff44bd64b9e59806577239eb037f99aad5fff4 (patch) | |
tree | 115a8d753d777163bc936007ed952741f06b5b2f /params/gas_table.go | |
parent | cb5235eb0767c4de4ba6cc94cf8283421b2179c1 (diff) | |
download | dexon-b9ff44bd64b9e59806577239eb037f99aad5fff4.tar.gz dexon-b9ff44bd64b9e59806577239eb037f99aad5fff4.tar.zst dexon-b9ff44bd64b9e59806577239eb037f99aad5fff4.zip |
params: rename EIP150 gas table (#15167)
Diffstat (limited to 'params/gas_table.go')
-rw-r--r-- | params/gas_table.go | 4 |
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, |