e2e: app hash test cleanup (0.35 backport) (#7350)

This commit is contained in:
Sam Kleinman
2021-11-30 16:42:01 -05:00
committed by GitHub
parent 260f4250b0
commit 4bc36c8ba9
2 changed files with 27 additions and 0 deletions
+3
View File
@@ -98,6 +98,9 @@ func NewApplication(cfg *Config) (*Application, error) {
// Info implements ABCI.
func (app *Application) Info(req abci.RequestInfo) abci.ResponseInfo {
app.state.RLock()
defer app.state.RUnlock()
return abci.ResponseInfo{
Version: version.ABCIVersion,
AppVersion: 1,