diff --git a/handler/lib/money.py b/handler/lib/money.py index 41d0cd8..a0c9f09 100644 --- a/handler/lib/money.py +++ b/handler/lib/money.py @@ -169,7 +169,6 @@ class Money(util.Base): cumul += float(amount) / rates[currency] return cumul - # TODO: move to money @inlineCallbacks def get_profit(self, trades=False): """