diff --git a/src/wallet.cpp b/src/wallet.cpp index 4bb453dc7..29f3c7002 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -27,7 +27,7 @@ using namespace std; */ CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE); CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE; -unsigned int nTxConfirmTarget = 1; +unsigned int nTxConfirmTarget = 2; bool bSpendZeroConfChange = true; bool fSendFreeTransactions = false; bool fPayAtLeastCustomFee = true;