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
Name |
Description |
kpSize |
Target keypool size, or 0 to use the configured size. |
Created with MrDocs