misc
This commit is contained in:
parent
b71a3fee43
commit
76fb7697ff
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -226,4 +226,4 @@ class DummyExchangeRateManager(object):
|
|||
'amount': self.convert_currency(fee_in.currency_symbol, "LBC", fee_in.amount),
|
||||
'address': fee_in.address
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue