mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
docs: Improve keypoolrefill
RPC docs
This commit is contained in:
parent
44057fe38c
commit
ff35a4b021
@ -336,7 +336,8 @@ RPCHelpMan addmultisigaddress()
|
||||
RPCHelpMan keypoolrefill()
|
||||
{
|
||||
return RPCHelpMan{"keypoolrefill",
|
||||
"\nFills the keypool."+
|
||||
"Refills each descriptor keypool in the wallet up to the specified number of new keys.\n"
|
||||
"By default, descriptor wallets have 4 active ranged descriptors (\"legacy\", \"p2sh-segwit\", \"bech32\", and \"bech32m\"), each with " + util::ToString(DEFAULT_KEYPOOL_SIZE) + " entries.\n" +
|
||||
HELP_REQUIRING_PASSPHRASE,
|
||||
{
|
||||
{"newsize", RPCArg::Type::NUM, RPCArg::DefaultHint{strprintf("%u, or as set by -keypool", DEFAULT_KEYPOOL_SIZE)}, "The new keypool size"},
|
||||
|
Loading…
Reference in New Issue
Block a user