core/vm: remove unused constants (#19095)

pull/19135/head
Péter Szilágyi 6 years ago committed by GitHub
commit 2e8a5e5659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      core/vm/gas.go

@ -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.

Loading…
Cancel
Save