Browse Source

Increase wallet default keypool size to 1000.

0.15
Gregory Maxwell 7 years ago
parent
commit
41dc163587
  1. 2
      src/wallet/wallet.h

2
src/wallet/wallet.h

@ -40,7 +40,7 @@ extern unsigned int nTxConfirmTarget;
extern bool bSpendZeroConfChange; extern bool bSpendZeroConfChange;
extern bool fWalletRbf; extern bool fWalletRbf;
static const unsigned int DEFAULT_KEYPOOL_SIZE = 100; static const unsigned int DEFAULT_KEYPOOL_SIZE = 1000;
//! -paytxfee default //! -paytxfee default
static const CAmount DEFAULT_TRANSACTION_FEE = 0; static const CAmount DEFAULT_TRANSACTION_FEE = 0;
//! -fallbackfee default //! -fallbackfee default

Loading…
Cancel
Save