Skip to content

Commit 41dc163

Browse files
committed
Increase wallet default keypool size to 1000.
1 parent 30d8f3a commit 41dc163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extern unsigned int nTxConfirmTarget;
4040
extern bool bSpendZeroConfChange;
4141
extern bool fWalletRbf;
4242

43-
static const unsigned int DEFAULT_KEYPOOL_SIZE = 100;
43+
static const unsigned int DEFAULT_KEYPOOL_SIZE = 1000;
4444
//! -paytxfee default
4545
static const CAmount DEFAULT_TRANSACTION_FEE = 0;
4646
//! -fallbackfee default

0 commit comments

Comments
 (0)