mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-28 03:46:33 +00:00
Update types/tx.go
Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
co-authored by
M. J. Fromberger
parent
5f23a43930
commit
2a31ff7342
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user