mempool: Replace maxFeeRate of 10000*minRelayTxFee with maxTxFee

This commit is contained in:
MarcoFalke
2015-11-23 20:32:36 +01:00
parent 019280617a
commit fa331db68b
5 changed files with 19 additions and 18 deletions

View File

@@ -37,7 +37,6 @@ using namespace std;
* Settings
*/
CFeeRate payTxFee(DEFAULT_TRANSACTION_FEE);
CAmount maxTxFee = DEFAULT_TRANSACTION_MAXFEE;
unsigned int nTxConfirmTarget = DEFAULT_TX_CONFIRM_TARGET;
bool bSpendZeroConfChange = DEFAULT_SPEND_ZEROCONF_CHANGE;
bool fSendFreeTransactions = DEFAULT_SEND_FREE_TRANSACTIONS;