Libraries refactor and add some sinks #4

Closed
m wants to merge 136 commits from library-refactor into master
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 31db2386fa - Show all commits

View File

@ -476,7 +476,6 @@ class Transactions(object):
else:
rate = rates[currency]
amount_usd = float(amount) / rate
print("AMOUTN USD", amount_usd)
cumul_usd += amount_usd
return cumul_usd