Merge pull request #540 from filcloud/fix/ask-price-typo
fix ask price typo
This commit is contained in:
commit
dd14303533
@ -307,7 +307,7 @@ var clientQueryAskCmd = &cli.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("Ask: %s\n", maddr)
|
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")
|
size := cctx.Int64("size")
|
||||||
if size == 0 {
|
if size == 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user