change default maxGasWanted (#1208)

This commit is contained in:
Freddy Caceres
2022-07-28 19:14:46 +00:00
committed by GitHub
parent 29d3abcf09
commit ebbffc685c
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ const (
// DefaultEVMTracer is the default vm.Tracer type
DefaultEVMTracer = ""
DefaultMaxTxGasWanted = 500000
DefaultMaxTxGasWanted = 0
DefaultGasCap uint64 = 25000000