Co-authored-by: raulk <raul@protocol.ai>
This commit is contained in:
vyzo 2022-05-16 21:38:09 +03:00 committed by GitHub
parent 30283e60f5
commit 221e7952ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ func LoadBuiltinActors(lc fx.Lifecycle, mctx helpers.MetricsCtx, r repo.LockedRe
return result, xerrors.Errorf("error loading %s from datastore: %w", key, err) return result, xerrors.Errorf("error loading %s from datastore: %w", key, err)
} }
// we haven't recorded it in the daatastore, so we need to load it // we haven't recorded it in the datastore, so we need to load it
var mfCid cid.Cid var mfCid cid.Cid
if bd.Path != "" { if bd.Path != "" {
// this is a local bundle, load it directly from the filessystem // this is a local bundle, load it directly from the filessystem