fix lotus-shed

This commit is contained in:
vyzo 2021-12-17 11:47:28 +02:00 committed by Jennifer Wang
parent 8f31112312
commit a536ef227c

View File

@ -64,7 +64,7 @@ var genesisVerifyCmd = &cli.Command{
return xerrors.Errorf("opening the car file: %w", err)
}
ts, err := cs.Import(f)
ts, err := cs.Import(cctx.Context, f)
if err != nil {
return err
}