commit b63fcde503d54bdb4228780d4191a93e168682f9 parent 2c1bf7ca9506fe99c69c4e32a18e0174410127c6 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(-)
diff --git a/lib/wallet.py b/lib/wallet.py @@ -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'