Update types/tx.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
William Banfield
2022-03-15 12:35:30 -04:00
committed by GitHub
co-authored by M. J. Fromberger
parent 5f23a43930
commit 2a31ff7342
+1 -1
View File
@@ -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 {