mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Fix missing EthBlockNum in DB for Coordinator
This commit is contained in:
@@ -969,6 +969,7 @@ func (s *Synchronizer) auctionSync(ethBlock *common.Block) (*common.AuctionData,
|
||||
Bidder: evtSetCoordinator.BidderAddress,
|
||||
Forger: evtSetCoordinator.ForgerAddress,
|
||||
URL: evtSetCoordinator.CoordinatorURL,
|
||||
EthBlockNum: blockNum,
|
||||
}
|
||||
auctionData.Coordinators = append(auctionData.Coordinators, coordinator)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user