mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-08 11:56:46 +01:00
Simplify eth code
This commit is contained in:
@@ -57,7 +57,7 @@ func TestSync(t *testing.T) {
|
||||
|
||||
blocks, err := s.historyDB.GetBlocks(0, 9999)
|
||||
require.Nil(t, err)
|
||||
assert.Equal(t, int64(0), blocks[0].EthBlockNum)
|
||||
assert.Equal(t, int64(1), blocks[0].EthBlockNum)
|
||||
|
||||
// TODO once transakcio is completed
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user