diff options
author | Samuel Dobson <dobsonsa68@gmail.com> | 2021-09-26 00:07:14 +1200 |
---|---|---|
committer | Samuel Dobson <dobsonsa68@gmail.com> | 2021-09-26 15:35:54 +1300 |
commit | 84fa19c77a2c8d0d01add2daf18b42af07c17710 (patch) | |
tree | df933120bf5a0c921f65d980b202d373c05568f0 /doc | |
parent | f9603ee4e05d7f0bd7d81f5cf24168c1aec8e5b0 (diff) |
Add release notes for keypool flush changes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-23093.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release-notes-23093.md b/doc/release-notes-23093.md new file mode 100644 index 0000000000..68fbaec53c --- /dev/null +++ b/doc/release-notes-23093.md @@ -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. |