mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
Use int64 for blockNum (like it's sroted in DB)
This commit is contained in:
@@ -11,5 +11,5 @@ type Bid struct {
|
||||
SlotNum SlotNum `meddler:"slot_num"`
|
||||
ForgerAddr ethCommon.Address `meddler:"forger_addr"` // Coordinator reference
|
||||
BidValue *big.Int `meddler:"bid_value,bigint"`
|
||||
EthBlockNum uint64 `meddler:"eth_block_num"`
|
||||
EthBlockNum int64 `meddler:"eth_block_num"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user