URI: 
       tfix #2022 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit af55fec76409074d5e77368583e6f3e3d08cfeb4
   DIR parent 15300c63611f89269cb075ec70bed2bfe0ce8012
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Mon,  7 Nov 2016 10:22:50 +0100
       
       fix #2022
       
       Diffstat:
         M lib/wallet.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -134,7 +134,7 @@ class Abstract_Wallet(PrintError):
                return self.basename()
        
            def get_master_public_key(self):
       -        raise NotImplementedError
       +        return None
        
            @profiler
            def load_transactions(self):