mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 20:06:24 +00:00
update deterministicResponseDeliverTx
This commit is contained in:
+5
-4
@@ -46,9 +46,10 @@ func (a ABCIResults) toByteSlices() [][]byte {
|
||||
// ResponseDeliverTx and returns another ResponseDeliverTx.
|
||||
func deterministicResponseDeliverTx(response *abci.ResponseDeliverTx) *abci.ResponseDeliverTx {
|
||||
return &abci.ResponseDeliverTx{
|
||||
Code: response.Code,
|
||||
Data: response.Data,
|
||||
GasWanted: response.GasWanted,
|
||||
GasUsed: response.GasUsed,
|
||||
Code: response.Code,
|
||||
Data: response.Data,
|
||||
GasWanted: response.GasWanted,
|
||||
GasUsed: response.GasUsed,
|
||||
BlockGasUsed: response.BlockGasUsed,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user