Browse Source

Update abci/types/types.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
wb/txrset
William Banfield 3 years ago
committed by GitHub
parent
commit
1ee79b8598
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      abci/types/types.go

+ 2
- 2
abci/types/types.go View File

@ -170,8 +170,8 @@ func RespondVerifyVoteExtension(ok bool) ResponseVerifyVoteExtension {
}
}
// deterministicExecTxResult strips non-deterministic fields from
// ResponseDeliverTx and returns another ResponseDeliverTx.
// deterministicExecTxResult constructs a copy of response that omits
// non-deterministic fields. The input response is not modified.
func deterministicExecTxResult(response *ExecTxResult) *ExecTxResult {
return &ExecTxResult{
Code: response.Code,


Loading…
Cancel
Save