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 {