Set FEATURE_HD to 130000 for compatibility with Bitcoin

This commit is contained in:
lateminer
2019-02-05 01:02:30 +03:00
parent 232c68fadf
commit e85bda54bd

View File

@@ -82,7 +82,7 @@ enum WalletFeature
FEATURE_WALLETCRYPT = 40000, // wallet encryption
FEATURE_COMPRPUBKEY = 60000, // compressed public keys
FEATURE_HD = 330000, // Hierarchical key derivation after BIP32 (HD Wallet)
FEATURE_HD = 130000, // Hierarchical key derivation after BIP32 (HD Wallet)
FEATURE_LATEST = FEATURE_COMPRPUBKEY // HD is optional, use FEATURE_COMPRPUBKEY as latest version
};