URI: 
       tsimilar fix for text mode - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 22ce3def72d0fdc4c53ee1319f2bdc346fabcac8
   DIR parent 3382354442c2a9729301dadd8070ed563b2b5b54
  HTML Author: ecdsa <ecdsa@github>
       Date:   Thu,  7 Mar 2013 16:45:55 +0100
       
       similar fix for text mode
       
       Diffstat:
         M electrum                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -233,7 +233,7 @@ if __name__ == '__main__':
        
                    if len(seed) == 128:
                        wallet.seed = None
       -                wallet.sequence.master_public_key = seed
       +                wallet.init_sequence(str(seed))
                    else:
                        wallet.seed = str(seed)
                        wallet.init_mpk( wallet.seed )