e2e: always enable blocksync (#7144)

I believe it was the case that blocksync was not consistently enabled in master, and this makes makes it the default in the master tests.
This commit is contained in:
Sam Kleinman
2021-10-20 10:38:29 -04:00
committed by GitHub
parent f7f4067968
commit a30860a307

View File

@@ -278,6 +278,7 @@ func generateNode(
Database: nodeDatabases.Choose(r),
PrivvalProtocol: nodePrivvalProtocols.Choose(r),
Mempool: nodeMempools.Choose(r),
BlockSync: "v0",
StateSync: e2e.StateSyncDisabled,
PersistInterval: ptrUint64(uint64(nodePersistIntervals.Choose(r).(int))),
SnapshotInterval: uint64(nodeSnapshotIntervals.Choose(r).(int)),