Browse Source

Update types/tx.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
pull/8094/head
William Banfield 3 years ago
committed by GitHub
parent
commit
2a31ff7342
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/tx.go

+ 1
- 1
types/tx.go 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 {


Loading…
Cancel
Save