wallet::CWallet::TopUpKeyPool

Refill the keypool up to the target size.

Synopsis

Declared in <wallet/wallet.h>

bool
TopUpKeyPool(unsigned int kpSize = 0);

Return Value

true if the keypool was topped up.

Parameters

NameDescription
kpSizeTarget keypool size, or 0 to use the configured size.