Remove LOTUS_DISABLE_V2_ACTOR_MIGRATION envvar

This commit is contained in:
Aayush Rajasekaran
2021-01-05 00:46:57 -05:00
parent bb5a92e2f4
commit 11d1e3cd5f
3 changed files with 4 additions and 17 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func TestProtocolCodenames(t *testing.T) {
t.Fatal("expected breeze codename")
}
if height := build.UpgradeActorsV2Height + 1; GetProtocolCodename(height) != "actorsv2" {
if height := build.UpgradeActorsV2Height + 1; GetProtocolCodename(abi.ChainEpoch(height)) != "actorsv2" {
t.Fatal("expected actorsv2 codename")
}