aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-07-15 11:42:47 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2016-07-18 22:52:49 +0200
commit3b38a6a96a955d7b0192ece6ddcc7d750e155d81 (patch)
tree5ec422834841cce77418cd7b5c4c6ada1deb1956 /doc/release-notes.md
parent37269105c8817a2922410ec17d976263cd589987 (diff)
downloadbitcoin-3b38a6a96a955d7b0192ece6ddcc7d750e155d81.tar.xz
[Wallet] Ensure <0.13 clients can't open HD wallets
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 1b69daf373..b0efd9b630 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -131,6 +131,8 @@ You can't disable HD key generation once you have created a HD wallet.
There is no distinction between internal (change) and external keys.
+HD wallets are incompatible with older versions of Bitcoin Core.
+
[Pull request](https://github.com/bitcoin/bitcoin/pull/8035/files), [BIP 32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki)
Low-level P2P changes