Merge pull request #11271 from filecoin-project/fix/unsealing-print
fix: cli: Add print to unseal cmd
This commit is contained in:
commit
89a0b25377
@ -2552,6 +2552,8 @@ var sectorsUnsealCmd = &cli.Command{
|
|||||||
return xerrors.Errorf("could not parse sector number: %w", err)
|
return xerrors.Errorf("could not parse sector number: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fmt.Printf("Unsealing sector %d\n", sectorNum)
|
||||||
|
|
||||||
return minerAPI.SectorUnseal(ctx, abi.SectorNumber(sectorNum))
|
return minerAPI.SectorUnseal(ctx, abi.SectorNumber(sectorNum))
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user