We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d8f3a commit 41dc163Copy full SHA for 41dc163
src/wallet/wallet.h
@@ -40,7 +40,7 @@ extern unsigned int nTxConfirmTarget;
40
extern bool bSpendZeroConfChange;
41
extern bool fWalletRbf;
42
43
-static const unsigned int DEFAULT_KEYPOOL_SIZE = 100;
+static const unsigned int DEFAULT_KEYPOOL_SIZE = 1000;
44
//! -paytxfee default
45
static const CAmount DEFAULT_TRANSACTION_FEE = 0;
46
//! -fallbackfee default
0 commit comments