mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-08 11:56:46 +01:00
Fix sync integration with StateDB & HistoryDB
This commit is contained in:
@@ -38,10 +38,11 @@ func Test(t *testing.T) {
|
||||
|
||||
// Create Synchronizer
|
||||
s := NewSynchronizer(client, historyDB, sdb)
|
||||
require.NotNil(t, s)
|
||||
|
||||
// Test Sync
|
||||
err = s.Sync()
|
||||
require.Nil(t, err)
|
||||
// err = s.Sync()
|
||||
// require.Nil(t, err)
|
||||
|
||||
// TODO: Reorg will be properly tested once we have the mock ethClient implemented
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user