We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9638e5 commit 003e197Copy full SHA for 003e197
src/wallet/wallet.h
@@ -87,7 +87,6 @@ enum WalletFeature
87
88
FEATURE_HD = 130000, // Hierarchical key derivation after BIP32 (HD Wallet)
89
90
- //TODO: FEATURE_HD_SPLIT needs to be bumped to 140000 once we branch of 0.14 //
91
FEATURE_HD_SPLIT = 139900, // Wallet with HD chain split (change outputs will use m/0'/1'/k)
92
93
FEATURE_LATEST = FEATURE_COMPRPUBKEY // HD is optional, use FEATURE_COMPRPUBKEY as latest version
0 commit comments