Merge branch 'master' into wb/add-timeout-params

This commit is contained in:
William Banfield
2022-03-22 10:31:38 -04:00
committed by GitHub
6 changed files with 48 additions and 56 deletions
-5
View File
@@ -159,11 +159,6 @@ func (t TxRecordSet) IncludedTxs() []Tx {
return t.included
}
// AddedTxs returns the transactions added by the application.
func (t TxRecordSet) AddedTxs() []Tx {
return t.added
}
// RemovedTxs returns the transactions marked for removal by the application.
func (t TxRecordSet) RemovedTxs() []Tx {
return t.removed