good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 2e8a5e56 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

core/vm: remove unused constants (#19095)

parents 8af6c9e6 c5eccaef
Branches
Tags
No related merge requests found
...@@ -30,10 +30,6 @@ const ( ...@@ -30,10 +30,6 @@ const (
GasMidStep uint64 = 8 GasMidStep uint64 = 8
GasSlowStep uint64 = 10 GasSlowStep uint64 = 10
GasExtStep uint64 = 20 GasExtStep uint64 = 20
GasReturn uint64 = 0
GasStop uint64 = 0
GasContractByte uint64 = 200
) )
// calcGas returns the actual gas cost of the call. // calcGas returns the actual gas cost of the call.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment