Skip to content

Commit

Permalink
turn off actor debug fro wallaby and hyperspace (#10019)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennijuju authored Jan 15, 2023
1 parent 2a3989e commit b6eb7fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/params_hyperspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

var NetworkBundle = "hyperspace"
var BundleOverrides map[actorstypes.Version]string
var ActorDebugging = true
var ActorDebugging = false

const BootstrappersFile = "hyperspacenet.pi"
const GenesisFile = "hyperspacenet.car"
Expand Down
2 changes: 1 addition & 1 deletion build/params_wallaby.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

var NetworkBundle = "wallaby"
var BundleOverrides map[actorstypes.Version]string
var ActorDebugging = true
var ActorDebugging = false

const BootstrappersFile = "wallabynet.pi"
const GenesisFile = "wallabynet.car"
Expand Down

0 comments on commit b6eb7fc

Please sign in to comment.