mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:34:26 -08:00
don't tally highest bid in auction struct
This commit is contained in:
15
docs/static/openapi.yml
vendored
15
docs/static/openapi.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user