mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-03 12:11:52 +02:00
[Wallet] Reduce minTxFee for transaction creation to 1000 satoshis
This commit is contained in:
@ -33,7 +33,7 @@ bool bSpendZeroConfChange = true;
|
|||||||
* Fees smaller than this (in satoshi) are considered zero fee (for transaction creation)
|
* Fees smaller than this (in satoshi) are considered zero fee (for transaction creation)
|
||||||
* Override with -mintxfee
|
* Override with -mintxfee
|
||||||
*/
|
*/
|
||||||
CFeeRate CWallet::minTxFee = CFeeRate(10000);
|
CFeeRate CWallet::minTxFee = CFeeRate(1000);
|
||||||
|
|
||||||
/** @defgroup mapWallet
|
/** @defgroup mapWallet
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user