URI: 
       tRemove FIXME and dead variable - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ce3c38db385d3b9e9c75cf7b345d1ae00bf1f4c5
   DIR parent 1d3595454121f80d45bea64848881ff5701bcdf5
  HTML Author: Neil Booth <kyuupichan@gmail.com>
       Date:   Sun,  6 Sep 2015 14:18:25 +0900
       
       Remove FIXME and dead variable
       
       Diffstat:
         M plugins/exchange_rate.py            |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py
       t@@ -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]