state: revert event hashing (#5159)

See ADR 058

Closes #5113

Spec PR: https://github.com/tendermint/spec/pull/122
This commit is contained in:
Anton Kaliaev
2020-07-30 13:15:08 +04:00
committed by GitHub
parent 2b97e03cf6
commit 4d43bfe3bd
5 changed files with 19 additions and 40 deletions

View File

@@ -50,6 +50,5 @@ func deterministicResponseDeliverTx(response *abci.ResponseDeliverTx) *abci.Resp
Data: response.Data,
GasWanted: response.GasWanted,
GasUsed: response.GasUsed,
Events: response.Events,
}
}