aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2017-01-26 21:04:05 +0100
committerJonas Schnelli <[email protected]>2017-03-24 10:28:40 +0100
commit003e1974986d62fa7c8112009d6fa1ee5871550e (patch)
tree24cb1f2f4bb1bd13b54bcca4536058c09917edfa /src
parentOverhaul the internal/external key derive switch (diff)
downloaddiscoin-003e1974986d62fa7c8112009d6fa1ee5871550e.tar.xz
discoin-003e1974986d62fa7c8112009d6fa1ee5871550e.zip
Remove FEATURE_HD_SPLIT bump TODO
Diffstat (limited to 'src')
-rw-r--r--src/wallet/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 4b40da168..21c7f47f9 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