This commit is contained in:
Raúl Kripalani
2021-07-29 12:22:49 -04:00
committed by Jennifer Wang
parent b3c951c924
commit 4b6fa79ea2
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -386,6 +386,7 @@ func handleMarketsInfo(ctx context.Context, nodeApi api.StorageMiner) error {
return sorted[i].status > sorted[j].status
})
fmt.Println()
fmt.Printf("Storage Deals: %d, %s\n", total.count, types.SizeStr(types.NewInt(total.bytes)))
tw := tabwriter.NewWriter(os.Stdout, 1, 1, 1, ' ', 0)