Browse Source

Remove FEATURE_HD_SPLIT bump TODO

0.15
Jonas Schnelli 8 years ago
parent
commit
003e197498
No known key found for this signature in database
GPG Key ID: 1EB776BB03C7922D
  1. 1
      src/wallet/wallet.h

1
src/wallet/wallet.h

@ -87,7 +87,6 @@ enum WalletFeature @@ -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

Loading…
Cancel
Save