From bdb1c877a91b625e417613047e4b0264f883bc7a Mon Sep 17 00:00:00 2001 From: wanghui Date: Thu, 7 Nov 2019 16:18:52 +0800 Subject: [PATCH] fix ask price typo --- cli/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/client.go b/cli/client.go index 7f9771a3d..f61be20f0 100644 --- a/cli/client.go +++ b/cli/client.go @@ -307,7 +307,7 @@ var clientQueryAskCmd = &cli.Command{ } fmt.Printf("Ask: %s\n", maddr) - fmt.Printf("Price per Byte: %s\n", types.FIL(ask.Ask.Price)) + fmt.Printf("Price per GigaByte: %s\n", types.FIL(ask.Ask.Price)) size := cctx.Int64("size") if size == 0 {