Fix tests for counter application using uin64

This commit is contained in:
Jae Kwon
2015-12-09 09:37:36 -08:00
parent ac4c43c3e6
commit d0b8650edf
3 changed files with 15 additions and 8 deletions

View File

@ -278,7 +278,7 @@ func simpleConsensusState(nValidators int) (*ConsensusState, []*validatorStub) {
blockStore := bc.NewBlockStore(blockDB)
// one for mempool, one for consensus
app := example.NewCounterApplication()
app := example.NewCounterApplication(false)
appCMem := app.Open()
appCCon := app.Open()
proxyAppCtxMem := proxy.NewLocalAppContext(appCMem)