This commit is contained in:
Raúl Kripalani
2021-07-29 14:36:04 +01:00
parent 3144da86f3
commit b17fcfc4d1
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)