Fix Merge pull request #319

This commit is contained in:
Jae Kwon
2016-12-06 01:16:13 -08:00
parent dc436e72f9
commit 4202c4bf20
5 changed files with 7 additions and 5 deletions

View File

@ -264,6 +264,7 @@ func (s *State) CommitStateUpdateMempool(proxyAppConn proxy.AppConnConsensus, bl
// Set the state's new AppHash
s.AppHash = res.Data
s.AppHashIsStale = false
// Update mempool.
mempool.Update(block.Height, block.Txs)