Increase wallet default keypool size to 1000.

This commit is contained in:
Gregory Maxwell 2017-07-15 01:09:10 +00:00
parent 30d8f3a18e
commit 41dc163587
1 changed files with 1 additions and 1 deletions

View File

@ -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