Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
core/vm: remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
matthalp committed Feb 18, 2019
1 parent 2a0e1bb commit c5eccae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/vm/gas.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c5eccae

Please sign in to comment.