mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
325 B
12 lines
325 B
3 years ago
|
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.
|