mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
[Wallet] Reduce minTxFee for transaction creation to 1000 satoshis
This commit is contained in:
parent
06037f3f46
commit
9b1627d13e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ bool bSpendZeroConfChange = true;
|
|||
* Fees smaller than this (in satoshi) are considered zero fee (for transaction creation)
|
||||
* Override with -mintxfee
|
||||
*/
|
||||
CFeeRate CWallet::minTxFee = CFeeRate(10000);
|
||||
CFeeRate CWallet::minTxFee = CFeeRate(1000);
|
||||
|
||||
/** @defgroup mapWallet
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue