Fix
This commit is contained in:
parent
db374db306
commit
bb5f69328d
@ -1773,7 +1773,7 @@ func upgradeActorsV11Common(
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
manifest, ok := actors.GetManifest(actorstypes.Version10)
|
manifest, ok := actors.GetManifest(actorstypes.Version11)
|
||||||
if !ok {
|
if !ok {
|
||||||
return cid.Undef, xerrors.Errorf("no manifest CID for v11 upgrade")
|
return cid.Undef, xerrors.Errorf("no manifest CID for v11 upgrade")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user