diff --git a/lbrynet/lbrynet_console/Console.py b/lbrynet/lbrynet_console/Console.py index 5282b68b8..86be5fb83 100644 --- a/lbrynet/lbrynet_console/Console.py +++ b/lbrynet/lbrynet_console/Console.py @@ -1,3 +1,5 @@ +# TODO: THERE IS A LOT OF CODE IN THIS MODULE THAT SHOULD BE REMOVED +# AS IT IS REPEATED IN THE LBRYDaemon MODULE import logging import os.path import argparse diff --git a/lbrynet/lbrynet_daemon/ExchangeRateManager.py b/lbrynet/lbrynet_daemon/ExchangeRateManager.py index fe9b293e1..8748d5cd0 100644 --- a/lbrynet/lbrynet_daemon/ExchangeRateManager.py +++ b/lbrynet/lbrynet_daemon/ExchangeRateManager.py @@ -226,4 +226,4 @@ class DummyExchangeRateManager(object): 'amount': self.convert_currency(fee_in.currency_symbol, "LBC", fee_in.amount), 'address': fee_in.address } - }) \ No newline at end of file + })