chore: vm: Rename tracing envvar to LOTUS_VM_ENABLE_TRACING
This commit is contained in:
parent
0c4863c58e
commit
6f25476709
@ -60,7 +60,7 @@ func (m *Message) ValueReceived() abi.TokenAmount {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// EnableDetailedTracing, if true, outputs gas tracing in execution traces.
|
// EnableDetailedTracing, if true, outputs gas tracing in execution traces.
|
||||||
var EnableDetailedTracing = os.Getenv("LOTUS_VM_ENABLE_GAS_TRACING_VERY_SLOW") == "1"
|
var EnableDetailedTracing = os.Getenv("LOTUS_VM_ENABLE_TRACING") == "1"
|
||||||
|
|
||||||
type Runtime struct {
|
type Runtime struct {
|
||||||
rt7.Message
|
rt7.Message
|
||||||
|
Loading…
Reference in New Issue
Block a user