Skip to content

Commit 124b489

Browse files
committed
Merge pull request #5209
9b1627d [Wallet] Reduce minTxFee for transaction creation to 1000 satoshis (Cozz Lovan)
2 parents e6751ca + 9b1627d commit 124b489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bool fPayAtLeastCustomFee = true;
3535
* Fees smaller than this (in satoshi) are considered zero fee (for transaction creation)
3636
* Override with -mintxfee
3737
*/
38-
CFeeRate CWallet::minTxFee = CFeeRate(10000);
38+
CFeeRate CWallet::minTxFee = CFeeRate(1000);
3939

4040
/** @defgroup mapWallet
4141
*

0 commit comments

Comments
 (0)