Skip to content

Commit

Permalink
Disable gas tracing
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
  • Loading branch information
Jakub Sztandera committed Nov 17, 2020
1 parent 13d390c commit 7895fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/vm/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7895fb4

Please sign in to comment.