don't tally highest bid in auction struct

This commit is contained in:
2022-08-28 02:37:27 +00:00
parent fcc85ec520
commit e33adb1dbf
5 changed files with 12 additions and 91 deletions

View File

@@ -20152,9 +20152,6 @@ paths:
type: string
amount:
type: string
highestBid:
type: integer
format: int64
pagination:
type: object
properties:
@@ -20287,9 +20284,6 @@ paths:
type: string
amount:
type: string
highestBid:
type: integer
format: int64
default:
description: An unexpected error response.
schema:
@@ -47425,9 +47419,6 @@ definitions:
type: string
amount:
type: string
highestBid:
type: integer
format: int64
cosmostest.cosmostest.Bid:
type: object
properties:
@@ -47472,9 +47463,6 @@ definitions:
type: string
amount:
type: string
highestBid:
type: integer
format: int64
pagination:
type: object
properties:
@@ -47521,9 +47509,6 @@ definitions:
type: string
amount:
type: string
highestBid:
type: integer
format: int64
cosmostest.cosmostest.QueryGetNextAuctionResponse:
type: object
properties: