state: avoid premature genericism (#8224)

This commit is contained in:
Sam Kleinman
2022-03-31 13:10:09 +00:00
committed by GitHub
parent d1722c9c10
commit 6af23ff757
13 changed files with 31 additions and 30 deletions
+1
View File
@@ -145,6 +145,7 @@ func (rts *reactorTestSuite) addNode(
sm.EmptyEvidencePool{},
blockStore,
eventbus,
sm.NopMetrics(),
)
for blockHeight := int64(1); blockHeight <= maxBlockHeight; blockHeight++ {