mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
core/vm: remove unused constants
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user