forked from cerc-io/laconicd-deprecated
make MaxTxGasWanted configurable (#1004)
This commit is contained in:
@@ -48,7 +48,8 @@ const (
|
||||
|
||||
// EVM flags
|
||||
const (
|
||||
EVMTracer = "evm.tracer"
|
||||
EVMTracer = "evm.tracer"
|
||||
EVMMaxTxGasWanted = "evm.max-tx-gas-wanted"
|
||||
)
|
||||
|
||||
// TLS flags
|
||||
|
||||
Reference in New Issue
Block a user