Print a miner ask's max piece size

This commit is contained in:
Aayush Rajasekaran 2020-04-23 18:47:55 -04:00
parent 1a708b2e2a
commit 45722772fc

View File

@ -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 {