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:
@@ -15,7 +15,7 @@ import (
|
||||
)
|
||||
|
||||
type testBatch struct {
|
||||
ItemID int `json:"itemId"`
|
||||
ItemID uint64 `json:"itemId"`
|
||||
BatchNum common.BatchNum `json:"batchNum"`
|
||||
EthBlockNum int64 `json:"ethereumBlockNum"`
|
||||
EthBlockHash ethCommon.Hash `json:"ethereumBlockHash"`
|
||||
|
||||
Reference in New Issue
Block a user