Merge pull request #540 from filcloud/fix/ask-price-typo

fix ask price typo
This commit is contained in:
Łukasz Magiera 2019-11-07 09:21:07 +01:00 committed by GitHub
commit dd14303533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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