root_name

This commit is contained in:
ThomasV 2014-08-21 17:28:41 +02:00
parent 2c1bf7ca95
commit b63fcde503
1 changed files with 1 additions and 1 deletions

View File

@ -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'