mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
core/vm: remove unused constants (#19095)
This commit is contained in:
commit
2e8a5e5659
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Reference in a new issue