Increase wallet default keypool size to 1000.
This commit is contained in:
parent
30d8f3a18e
commit
41dc163587
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ extern unsigned int nTxConfirmTarget;
|
|||
extern bool bSpendZeroConfChange;
|
||||
extern bool fWalletRbf;
|
||||
|
||||
static const unsigned int DEFAULT_KEYPOOL_SIZE = 100;
|
||||
static const unsigned int DEFAULT_KEYPOOL_SIZE = 1000;
|
||||
//! -paytxfee default
|
||||
static const CAmount DEFAULT_TRANSACTION_FEE = 0;
|
||||
//! -fallbackfee default
|
||||
|
|
Loading…
Reference in a new issue