Merge pull request #3002 from keyko-io/feat/verified-price

Showing verified price in asks
This commit is contained in:
Łukasz Magiera
2020-08-12 23:26:53 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -926,6 +926,7 @@ var clientQueryAskCmd = &cli.Command{
fmt.Printf("Ask: %s\n", maddr)
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")