Libraries refactor and add some sinks #4

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

View File

@ -46,6 +46,7 @@ class Transactions(object):
deferToThread(self.get_total)
deferToThread(self.get_remaining)
deferToThread(self.get_profit)
deferToThread(self.get_profit, True)
deferToThread(self.get_open_trades_usd)
deferToThread(self.get_total_remaining)
deferToThread(self.get_total_with_trades)