URI: 
       tUpdate comment - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 80e15577b5a557d4973aa931f4a29419da45374b
   DIR parent dee402b961fb6a5ec8e3dba629487746b5c5258a
  HTML Author: Neil Booth <kyuupichan@gmail.com>
       Date:   Sun, 24 Jan 2016 19:45:13 +0900
       
       Update comment
       
       Diffstat:
         M lib/plugins.py                      |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/plugins.py b/lib/plugins.py
       t@@ -52,7 +52,8 @@ class Plugins(DaemonThread):
                    d = m.__dict__
                    gui_good = gui_name in d.get('available_for', [])
                    # We register wallet types even if the GUI isn't provided
       -            # so that they can be restored in the install wizard
       +            # otherwise the user gets a misleading message like
       +            # "Unknown wallet type: 2fa"
                    details = d.get('registers_wallet_type')
                    if details:
                        self.register_plugin_wallet(name, gui_good, details)