mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
Remove FIXME and dead variable
This commit is contained in:
parent
1d35954541
commit
ce3c38db38
1 changed files with 0 additions and 2 deletions
|
@ -203,8 +203,6 @@ class Plugin(BasePlugin, ThreadJob):
|
||||||
self.exchanges = dict(inspect.getmembers(sys.modules[__name__],
|
self.exchanges = dict(inspect.getmembers(sys.modules[__name__],
|
||||||
is_exchange))
|
is_exchange))
|
||||||
self.set_exchange(self.config_exchange())
|
self.set_exchange(self.config_exchange())
|
||||||
# FIXME: kill this
|
|
||||||
self.btc_rate = Decimal("0.0")
|
|
||||||
|
|
||||||
def thread_jobs(self):
|
def thread_jobs(self):
|
||||||
return [self]
|
return [self]
|
||||||
|
|
Loading…
Add table
Reference in a new issue