Litecoin: changing default confirm target for fee estimation to 2
This commit is contained in:
parent
cae9e5cd50
commit
3119f5802e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user