aboutsummaryrefslogtreecommitdiffstats
path: root/core/consensus_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/consensus_test.go')
-rw-r--r--core/consensus_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/consensus_test.go b/core/consensus_test.go
index 209a91a..f5ab69f 100644
--- a/core/consensus_test.go
+++ b/core/consensus_test.go
@@ -200,7 +200,7 @@ func (s *ConsensusTestSuite) prepareConsensus(
Round: round,
ChainID: chainID,
Height: uint64(0),
- })
+ }, gov.CRS(round))
}
return app, con
}