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
+1 -1
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 {