wallet: Introduce constant for -txconfirmtarget default

This commit is contained in:
Wladimir J. van der Laan
2015-05-18 08:51:16 +02:00
parent a6d2e31e8b
commit 77ed59df4d
3 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ using namespace std;
*/
CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE);
CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE;
unsigned int nTxConfirmTarget = 1;
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;
bool bSpendZeroConfChange = true;
bool fSendFreeTransactions = false;
bool fPayAtLeastCustomFee = true;