Litecoin: changing default confirm target for fee estimation to 2

This commit is contained in:
kaykurokawa 2015-08-12 22:57:22 -04:00 committed by ukurokawa
parent cae9e5cd50
commit 3119f5802e

View File

@ -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;