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
9852254072
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      abci/types/types.go

+ 0
- 1
abci/types/types.go View File

@ -240,7 +240,6 @@ func (rpp *ResponsePrepareProposal) AddedTxs() []*TxRecord {
// Validate checks that the fields of the ResponsePrepareProposal are properly
// constructed. Validate returns an error if any of the validation checks fail.
func (rpp *ResponsePrepareProposal) Validate(maxSizeBytes int64, otxs [][]byte) error {
if !rpp.ModifiedTx {
// This method currently only checks the validity of the TxRecords field.
// If ModifiedTx is false, then we can ignore the validity of the TxRecords field.


Loading…
Cancel
Save