This commit is contained in:
zenground0 2023-04-10 23:18:23 -06:00
parent db374db306
commit bb5f69328d

View File

@ -1773,7 +1773,7 @@ func upgradeActorsV11Common(
)
}
manifest, ok := actors.GetManifest(actorstypes.Version10)
manifest, ok := actors.GetManifest(actorstypes.Version11)
if !ok {
return cid.Undef, xerrors.Errorf("no manifest CID for v11 upgrade")
}