From 2a31ff73426769b20a15c8067abc790bcebd3e5f Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Tue, 15 Mar 2022 12:35:30 -0400 Subject: [PATCH] Update types/tx.go Co-authored-by: M. J. Fromberger --- types/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tx.go b/types/tx.go index b8c599d8f..500627137 100644 --- a/types/tx.go +++ b/types/tx.go @@ -152,7 +152,7 @@ func NewTxRecordSet(trs []*abci.TxRecord) TxRecordSet { return txrSet } -// AddedTxs returns the transactions marked for inclusion in a block. This +// IncludedTxs returns the transactions marked for inclusion in a block. This // list maintains the order that the transactions were included in the list of // TxRecords that were used to construct the TxRecordSet. func (t TxRecordSet) IncludedTxs() []Tx {