feat(cli): use MarketListIncompleteDeals for miner deals cmd
Switch from DealsList to MarketListIncompleteDeals which (while poorly named) provides much more information about what's happening with a miners deals
This commit is contained in:
parent
0c69e99b7c
commit
ae3f7522f0
@ -86,7 +86,7 @@ var dealsListCmd = &cli.Command{
|
|||||||
|
|
||||||
ctx := lcli.DaemonContext(cctx)
|
ctx := lcli.DaemonContext(cctx)
|
||||||
|
|
||||||
deals, err := api.DealsList(ctx)
|
deals, err := api.MarketListIncompleteDeals(ctx)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user