cli: fix name of price unit

Signed-off-by: jsign <jsign.uy@gmail.com>
This commit is contained in:
jsign 2019-12-16 16:20:28 -03:00
parent f297409d6d
commit 9920ff7abd
No known key found for this signature in database
GPG Key ID: DA262F049E3BCD7C

View File

@ -318,7 +318,7 @@ var clientQueryAskCmd = &cli.Command{
}
fmt.Printf("Ask: %s\n", maddr)
fmt.Printf("Price per GigaByte: %s\n", types.FIL(ask.Ask.Price))
fmt.Printf("Price per GiB: %s\n", types.FIL(ask.Ask.Price))
size := cctx.Int64("size")
if size == 0 {