Disable gas tracing
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
080a1165ee
commit
f580892e9e
@ -50,7 +50,7 @@ func (m *Message) ValueReceived() abi.TokenAmount {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// EnableGasTracing, if true, outputs gas tracing in execution traces.
|
// EnableGasTracing, if true, outputs gas tracing in execution traces.
|
||||||
var EnableGasTracing = true
|
var EnableGasTracing = false
|
||||||
|
|
||||||
type Runtime struct {
|
type Runtime struct {
|
||||||
rt2.Message
|
rt2.Message
|
||||||
|
Loading…
Reference in New Issue
Block a user