Skip to content

Commit 60f803f

Browse files
committed
Update FEATURE_HD minVersion
1 parent 70193e9 commit 60f803f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wallet/wallet.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ enum WalletFeature {
8282

8383
FEATURE_WALLETCRYPT = 40000, // wallet encryption
8484
FEATURE_COMPRPUBKEY = 60000, // compressed public keys
85-
FEATURE_HD = 120200, // Hierarchical key derivation after BIP32 (HD Wallet), BIP44 (multi-coin), BIP39 (mnemonic)
86-
// which uses on-the-fly private key derivation,change this to 4000000 once version changes are made
85+
FEATURE_HD = 5000000, // Hierarchical key derivation after BIP32 (HD Wallet), BIP44 (multi-coin), BIP39 (mnemonic)
86+
// which uses on-the-fly private key derivation
8787
FEATURE_LATEST = 61000
8888
};
8989

0 commit comments

Comments
 (0)