URI: 
       tfix comment: standard is not bip44 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit acaaec840584d04c76271b5d81becf673cb6c76a
   DIR parent 3ed9e46672892fc5f1a7e018ef1736b4eb77aeaa
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Tue, 17 Feb 2015 16:57:48 +0100
       
       fix comment: standard is not bip44
       
       Diffstat:
         M lib/version.py                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/version.py b/lib/version.py
       t@@ -5,5 +5,5 @@ OLD_SEED_VERSION = 4        # electrum versions < 2.0
        
        
        # The hash of the mnemonic seed must begin with this
       -SEED_PREFIX      = '01'      # BIP44
       +SEED_PREFIX      = '01'      # Electrum standard wallet
        SEED_PREFIX_2FA  = '101'     # extended seed for two-factor authentication