awesominat / stonks

The ideal investment platform
1 stars 0 forks source link

Make TransactionHistory use Iterator design pattern instead of a method that returns a list of transactions #173

Closed gursi26 closed 9 months ago

gursi26 commented 9 months ago

Make TransactionHistory iterable.

gursi26 commented 9 months ago

Fixed in #183, #177