Remove FEATURE_HD_SPLIT bump TODO

This commit is contained in:
Jonas Schnelli 2017-01-26 21:04:05 +01:00
parent d9638e5aa4
commit 003e197498
No known key found for this signature in database
GPG Key ID: 1EB776BB03C7922D
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ enum WalletFeature
FEATURE_HD = 130000, // Hierarchical key derivation after BIP32 (HD Wallet)
//TODO: FEATURE_HD_SPLIT needs to be bumped to 140000 once we branch of 0.14 //
FEATURE_HD_SPLIT = 139900, // Wallet with HD chain split (change outputs will use m/0'/1'/k)
FEATURE_LATEST = FEATURE_COMPRPUBKEY // HD is optional, use FEATURE_COMPRPUBKEY as latest version