This commit is contained in:
Job Evers-Meltzer 2016-09-29 23:35:32 -05:00
parent b71a3fee43
commit 76fb7697ff
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -226,4 +226,4 @@ class DummyExchangeRateManager(object):
'amount': self.convert_currency(fee_in.currency_symbol, "LBC", fee_in.amount),
'address': fee_in.address
}
})
})