Reserved Transactions always empty in new Mode
daniel-mller-87 opened this issue · 5 comments
daniel-mller-87 commented
hello there
when i try to obtain open transactions I always end up with an empty dict. Is the keyword reserved correct? I'm using the new method.
tlist = dkb.get_transactions("link", "account", "01.11.2023", "14.11.2025", "reserved" )
pprint(tlist)
daniel-mller-87 commented
I got the solution. It's no longer called "reserved" the name is "pending" with the new architecture
grindsa commented
Thank you for spotting this and for finding a solution yourselves. I will implement a small change and allow the "reserved" keyword for backward compatibility reason and update the documentation accordingly.
daniel-mller-87 commented
You're welcome. Happy to help.