Unverified Commit 2e8a5e56 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

core/vm: remove unused constants (#19095)

parents 8af6c9e6 c5eccaef
......@@ -30,10 +30,6 @@ const (
GasMidStep uint64 = 8
GasSlowStep uint64 = 10
GasExtStep uint64 = 20
GasReturn uint64 = 0
GasStop uint64 = 0
GasContractByte uint64 = 200
)
// calcGas returns the actual gas cost of the call.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment