review fixes

This commit is contained in:
Geoff Stuart
2022-06-23 14:32:14 -04:00
parent e684248f48
commit 83d7db88cf
6 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1475,7 +1475,7 @@ func (a *StateAPI) StateActorCodeCIDs(ctx context.Context, nv network.Version) (
return nil, xerrors.Errorf("cannot get manifest CID")
}
cids["manifest"] = manifestCid
cids["_manifest"] = manifestCid
var actorKeys = actors.GetBuiltinActorsKeys()
for _, name := range actorKeys {