mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 19:36:44 +01:00
Improve swagger doc
This commit is contained in:
@@ -18,9 +18,6 @@ type SlotAPI struct {
|
||||
LastBlock int64 `json:"lastBlock"`
|
||||
OpenAuction bool `json:"openAuction"`
|
||||
WinnerBid *historydb.BidAPI `json:"bestBid"`
|
||||
TotalItems uint64 `json:"-"`
|
||||
FirstItem uint64 `json:"-"`
|
||||
LastItem uint64 `json:"-"`
|
||||
}
|
||||
|
||||
func (a *API) getFirstLastBlock(slotNum int64) (int64, int64) {
|
||||
|
||||
Reference in New Issue
Block a user