good morning!!!!

Skip to content
Snippets Groups Projects
Commit c5eccaef authored by Matthew Halpern's avatar Matthew Halpern
Browse files

core/vm: remove unused constants

parent 2a0e1bb3
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment