URI: 
       troot_name - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit b63fcde503d54bdb4228780d4191a93e168682f9
   DIR parent 2c1bf7ca9506fe99c69c4e32a18e0174410127c6
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Thu, 21 Aug 2014 17:28:41 +0200
       
       root_name
       
       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@@ -1421,7 +1421,7 @@ class BIP39_Wallet(BIP32_Wallet):
        
        class NewWallet(BIP32_HD_Wallet, BIP39_Wallet):
            # bip 44
       -    root_name = 'root/'
       +    root_name = 'x/'
            root_derivation = "m/44'/0'"
            wallet_type = 'standard'