update NewestNetworkVersion

This commit is contained in:
Frank 2020-12-31 18:43:14 +08:00
parent bb5a92e2f4
commit 4afef16ee6
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ const UnixfsLinksPerLevel = 1024
// Consensus / Network // Consensus / Network
const AllowableClockDriftSecs = uint64(1) const AllowableClockDriftSecs = uint64(1)
const NewestNetworkVersion = network.Version8 const NewestNetworkVersion = network.Version9
const ActorUpgradeNetworkVersion = network.Version4 const ActorUpgradeNetworkVersion = network.Version4
// Epochs // Epochs

View File

@ -97,7 +97,7 @@ var (
0: DrandMainnet, 0: DrandMainnet,
} }
NewestNetworkVersion = network.Version8 NewestNetworkVersion = network.Version9
ActorUpgradeNetworkVersion = network.Version4 ActorUpgradeNetworkVersion = network.Version4
Devnet = true Devnet = true