yearn / budget

yearn budget requests and audits
MIT License
36 stars 26 forks source link

flip fetch_transactions output to ascending by date #8

Closed tansawit closed 3 years ago

tansawit commented 3 years ago

Fixes: #2

From what I understand this issue can be solved by simply removing the reverse=True in the return statement offetch_transactionsfunction inscripts/ychad.py` (line 132) . Let me know if I missed anything though.