From 45722772fcef09102307fd43d9513045062fd2fa Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Thu, 23 Apr 2020 18:47:55 -0400 Subject: [PATCH] Print a miner ask's max piece size --- cli/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/client.go b/cli/client.go index e7a5f43bf..a6f121b3e 100644 --- a/cli/client.go +++ b/cli/client.go @@ -453,6 +453,7 @@ var clientQueryAskCmd = &cli.Command{ fmt.Printf("Ask: %s\n", maddr) fmt.Printf("Price per GiB: %s\n", types.FIL(ask.Ask.Price)) + fmt.Printf("Max Piece size: %d\n", ask.Ask.MaxPieceSize) size := cctx.Int64("size") if size == 0 {