mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
ItemID to uint64 & check timestamp
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
type testBid struct {
|
||||
ItemID int `json:"itemId"`
|
||||
ItemID uint64 `json:"itemId"`
|
||||
SlotNum int64 `json:"slotNum"`
|
||||
BidValue string `json:"bidValue"`
|
||||
EthBlockNum int64 `json:"ethereumBlockNum"`
|
||||
|
||||
Reference in New Issue
Block a user