small fixes to changelog, config, default logging

This commit is contained in:
Ethan Buchman
2017-05-22 08:16:25 -04:00
parent 267f134d44
commit 3fbe286e5a
3 changed files with 16 additions and 10 deletions

View File

@ -259,7 +259,8 @@ func (s *State) CommitStateUpdateMempool(proxyAppConn proxy.AppConnConsensus, bl
s.logger.Debug("Commit.Log: " + res.Log)
}
s.logger.Info("Committed state", "hash", res.Data)
s.logger.Info("Committed state", "height", block.Height, "hash", res.Data)
// Set the state's new AppHash
s.AppHash = res.Data