avoid skipping

This commit is contained in:
tycho garen
2022-03-04 09:30:59 -05:00
parent 5765ec96d4
commit 06b193c742

View File

@@ -396,6 +396,9 @@ func makeNode(
EvidencePool: evPool,
ConsensusState: csState,
StateStore: stateStore,
BlockStore: blockStore,
ConsensusReactor: csReactor,
BlockSyncReactor: bcReactor,