diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-19 12:14:07 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-19 12:14:09 +0200 |
commit | 24f117ef05f5b227438c8ba4739b82cac21de809 (patch) | |
tree | 6bcb595b0ed7a74f165c880e45d5b015701de27a /doc/release-notes.md | |
parent | fca1a415cec6b7655448ce8b30778784ab4c181e (diff) | |
parent | 3b38a6a96a955d7b0192ece6ddcc7d750e155d81 (diff) |
Merge #8366: [0.13] [Wallet] Ensure <0.13 clients can't open HD wallets
3b38a6a [Wallet] Ensure <0.13 clients can't open HD wallets (Jonas Schnelli)
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 93c501e580..1d358cbfd5 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -142,6 +142,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 |