these were mixed up

This commit is contained in:
Sami Mäkelä 2020-08-12 17:48:36 +03:00
parent b179eaea21
commit 5791765526

View File

@ -908,8 +908,8 @@ var clientQueryAskCmd = &cli.Command{
}
fmt.Printf("Ask: %s\n", maddr)
fmt.Printf("Price per GiB: %s\n", types.FIL(ask.Ask.VerifiedPrice))
fmt.Printf("Verified Price per GiB: %s\n", types.FIL(ask.Ask.Price))
fmt.Printf("Price per GiB: %s\n", types.FIL(ask.Ask.Price))
fmt.Printf("Verified Price per GiB: %s\n", types.FIL(ask.Ask.VerifiedPrice))
fmt.Printf("Max Piece size: %s\n", types.SizeStr(types.NewInt(uint64(ask.Ask.MaxPieceSize))))
size := cctx.Int64("size")