Disable gas tracing

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-11-17 13:26:49 +01:00
parent 080a1165ee
commit f580892e9e
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

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