mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Update importers of eth, review eth/README.md
This commit is contained in:
@@ -105,7 +105,7 @@ func TestRollupForgeBatch(t *testing.T) {
|
||||
require.Nil(t, err)
|
||||
|
||||
// Add Blocks
|
||||
blockNum := int64(int(BLOCKSPERSLOT)*int(currentSlot+4) + int(genesisBlock))
|
||||
blockNum := int64(int(blocksPerSlot)*int(currentSlot+4) + int(genesisBlock))
|
||||
currentBlockNum, _ := auctionClient.client.EthCurrentBlock()
|
||||
blocksToAdd := blockNum - currentBlockNum
|
||||
addBlocks(blocksToAdd, ethClientDialURL)
|
||||
|
||||
Reference in New Issue
Block a user