kill shark

This commit is contained in:
Jennifer Wang 2022-10-13 15:05:58 -04:00
parent 830ff564a3
commit 6d5139e3b2

View File

@ -95,7 +95,7 @@ func init() {
SetAddressNetwork(address.Mainnet)
}
if os.Getenv("LOTUS_DISABLE_V17") == "1" {
if os.Getenv("LOTUS_DISABLE_SHARK") == "1" {
UpgradeSharkHeight = math.MaxInt64
}