turn off actor debug fro wallaby and hyperspace (#10019)

This commit is contained in:
Jiaying Wang
2023-01-14 18:31:18 -08:00
committed by GitHub
parent 2a3989e4bd
commit b6eb7fcd96
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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"