blockchain: rename to blocksync service (#6755)

This commit is contained in:
Callum Waters
2021-07-28 17:25:42 +02:00
committed by GitHub
parent e87b0391cb
commit 6ff4c3139c
54 changed files with 278 additions and 286 deletions

View File

@@ -659,7 +659,7 @@ func loadStatefromGenesis(t *testing.T) sm.State {
func TestNodeStartStateSync(t *testing.T) {
mockSSR := &statesync.MockSyncReactor{}
mockFSR := &consmocks.FastSyncReactor{}
mockFSR := &consmocks.BlockSyncReactor{}
mockCSR := &consmocks.ConsSyncReactor{}
mockSP := &ssmocks.StateProvider{}
state := loadStatefromGenesis(t)