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)
This commit is contained in:
Wladimir J. van der Laan
2016-07-19 12:14:07 +02:00
3 changed files with 7 additions and 1 deletions

View File

@@ -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