fix ask price typo

This commit is contained in:
wanghui 2019-11-07 16:18:52 +08:00
parent 24cedde298
commit bdb1c877a9

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 {