mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 13:05:09 +00:00
state: revert event hashing (#5159)
See ADR 058 Closes #5113 Spec PR: https://github.com/tendermint/spec/pull/122
This commit is contained in:
@@ -50,6 +50,5 @@ func deterministicResponseDeliverTx(response *abci.ResponseDeliverTx) *abci.Resp
|
||||
Data: response.Data,
|
||||
GasWanted: response.GasWanted,
|
||||
GasUsed: response.GasUsed,
|
||||
Events: response.Events,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user