Skip to content

Commit

Permalink
Merge pull request #857 from ipfs-force-community/fix/0x5459/Damocles…
Browse files Browse the repository at this point in the history
…2Sealer

fix(manager: cli): Damocles -> Sealer
  • Loading branch information
LinZexiao authored Jul 31, 2023
2 parents 3ad64d0 + f7aa7cf commit fb1d960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var utilSealerSectorsAbortCmd = &cli.Command{

defer stop()

_, err = cli.Damocles.ReportAborted(gctx, abi.SectorID{
_, err = cli.Sealer.ReportAborted(gctx, abi.SectorID{
Miner: miner,
Number: abi.SectorNumber(sectorNum),
}, "aborted via CLI")
Expand Down

0 comments on commit fb1d960

Please sign in to comment.