Merge pull request #937 from jsign/princeunit

cli: fix name of price unit
This commit is contained in:
Łukasz Magiera 2019-12-16 20:39:41 +01:00 committed by GitHub
commit 65af176bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {