make MaxTxGasWanted configurable (#1004)

This commit is contained in:
yihuang
2022-03-21 10:01:21 +01:00
committed by GitHub
parent 93a57bc330
commit 8bcdb2c0e5
9 changed files with 28 additions and 9 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ const (
// EVM flags
const (
EVMTracer = "evm.tracer"
EVMTracer = "evm.tracer"
EVMMaxTxGasWanted = "evm.max-tx-gas-wanted"
)
// TLS flags