Skip to content

Commit

Permalink
Merge pull request #9823 from filecoin-project/fix/sp-start-time-info
Browse files Browse the repository at this point in the history
fix: miner info: Output correct StartTime
  • Loading branch information
geoff-vball authored Dec 9, 2022
2 parents 2f8cdb4 + c46bf47 commit 903242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-miner/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func infoCmdAct(cctx *cli.Context) error {

fmt.Println("Enabled subsystems (from markets API):", subsystems)

start, err := fullapi.StartTime(ctx)
start, err := minerApi.StartTime(ctx)
if err != nil {
return err
}
Expand Down

0 comments on commit 903242a

Please sign in to comment.