core/vm: remove no-recursion option from config

This commit is contained in:
Martin Holst Swende
2021-12-06 09:55:50 +01:00
parent 46f701ca93
commit a95675d50f
2 changed files with 0 additions and 17 deletions

View File

@ -28,7 +28,6 @@ import (
type Config struct {
Debug bool // Enables debugging
Tracer EVMLogger // Opcode logger
NoRecursion bool // Disables call, callcode, delegate call and create
NoBaseFee bool // Forces the EIP-1559 baseFee to 0 (needed for 0 price calls)
EnablePreimageRecording bool // Enables recording of SHA3/keccak preimages