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:
hannahhoward 2020-03-31 11:54:37 -07:00
parent 0c69e99b7c
commit ae3f7522f0

View File

@ -86,7 +86,7 @@ var dealsListCmd = &cli.Command{
ctx := lcli.DaemonContext(cctx)
deals, err := api.DealsList(ctx)
deals, err := api.MarketListIncompleteDeals(ctx)
if err != nil {
return err
}