This commit is contained in:
vyzo 2022-05-11 22:48:01 +03:00
parent 37d94a3c91
commit de9ee7b334

View File

@ -136,7 +136,7 @@ func FetchAndLoadBundle(ctx context.Context, basePath string, bs blockstore.Bloc
if err != nil { if err != nil {
return cid.Undef, xerrors.Errorf("error opening bundle for builtin-actors vresion %d: %w", av, err) return cid.Undef, xerrors.Errorf("error opening bundle for builtin-actors vresion %d: %w", av, err)
} }
defer f.Close() defer f.Close() //nolint
data, err := io.ReadAll(f) data, err := io.ReadAll(f)
if err != nil { if err != nil {