electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit ce3c38db385d3b9e9c75cf7b345d1ae00bf1f4c5
parent 1d3595454121f80d45bea64848881ff5701bcdf5
Author: Neil Booth <kyuupichan@gmail.com>
Date:   Sun,  6 Sep 2015 14:18:25 +0900

Remove FIXME and dead variable

Diffstat:
Mplugins/exchange_rate.py | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py @@ -203,8 +203,6 @@ class Plugin(BasePlugin, ThreadJob): self.exchanges = dict(inspect.getmembers(sys.modules[__name__], is_exchange)) self.set_exchange(self.config_exchange()) - # FIXME: kill this - self.btc_rate = Decimal("0.0") def thread_jobs(self): return [self]