fix tests to store and load state

This commit is contained in:
William Banfield
2022-05-17 15:06:35 -04:00
parent 5dc8a1fac0
commit 5d84aaf7d4
3 changed files with 32 additions and 12 deletions
+1
View File
@@ -18,5 +18,6 @@ func ConsensusParams() *types.ConsensusParams {
VoteDelta: 1 * time.Millisecond,
BypassCommitTimeout: true,
}
c.ABCI.VoteExtensionsEnableHeight = 1
return c
}