Disable gas tracing

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera
2020-11-17 20:41:34 +01:00
parent 080a1165ee
commit f580892e9e
+1 -1
View File
@@ -50,7 +50,7 @@ func (m *Message) ValueReceived() abi.TokenAmount {
}
// EnableGasTracing, if true, outputs gas tracing in execution traces.
var EnableGasTracing = true
var EnableGasTracing = false
type Runtime struct {
rt2.Message