From 98522540726637a18a8172822183d88458f007f3 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Wed, 9 Mar 2022 16:31:45 -0500 Subject: [PATCH] Update abci/types/types.go Co-authored-by: M. J. Fromberger --- abci/types/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/abci/types/types.go b/abci/types/types.go index 90637d898..3e569669d 100644 --- a/abci/types/types.go +++ b/abci/types/types.go @@ -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.