diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-01-26 21:04:05 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-03-24 10:28:40 +0100 |
commit | 003e1974986d62fa7c8112009d6fa1ee5871550e (patch) | |
tree | 24cb1f2f4bb1bd13b54bcca4536058c09917edfa /src/wallet | |
parent | d9638e5aa46cd7e5fce4392f5333bbc556014160 (diff) |
Remove FEATURE_HD_SPLIT bump TODO
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/wallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 4b40da1683..21c7f47f92 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -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 |