From 84fa19c77a2c8d0d01add2daf18b42af07c17710 Mon Sep 17 00:00:00 2001 From: Samuel Dobson Date: Sun, 26 Sep 2021 00:07:14 +1200 Subject: [PATCH] Add release notes for keypool flush changes --- doc/release-notes-23093.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/release-notes-23093.md 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.