forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add release notes for keypool flush changes
- Loading branch information
1 parent
f9603ee
commit 84fa19c
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Notable changes | ||
=============== | ||
|
||
Updated RPCs | ||
------------ | ||
|
||
- `upgradewallet` will now automatically flush the keypool if upgrading | ||
from a non-HD wallet to an HD wallet, to immediately start using the | ||
newly-generated HD keys. | ||
- a new RPC `newkeypool` has been added, which will flush (entirely | ||
clear and refill) the keypool. |