fix: miner info: Output correct StartTime

This commit is contained in:
Łukasz Magiera 2022-12-09 10:23:49 +01:00
parent a10c014ba6
commit c46bf475f7

View File

@ -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
}