mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Review synchronizer, rearange some stuff, add notes and TODOs.
This commit is contained in:
@@ -71,7 +71,7 @@ func GenBatches(nBatches int, blocks []common.Block) []common.Batch {
|
||||
SlotNum: common.SlotNum(i),
|
||||
}
|
||||
if i%2 == 0 {
|
||||
batch.ForgeL1TxsNum = uint32(i)
|
||||
batch.ForgeL1TxsNum = int64(i)
|
||||
}
|
||||
batches = append(batches, batch)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user