From 10b9663eb319181c19610d162d2ef2776cf0a0b3 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Wed, 16 Mar 2016 15:38:32 +0300 Subject: [PATCH] backport #737 --- src/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet.h b/src/wallet.h index 069b50520e98..080f813a0290 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -43,7 +43,7 @@ static const CAmount DEFAULT_TRANSACTION_FEE = 0; //! -paytxfee will warn if called with a higher fee than this amount (in satoshis) per KB static const CAmount nHighTransactionFeeWarning = 0.01 * COIN; //! -maxtxfee default -static const CAmount DEFAULT_TRANSACTION_MAXFEE = 0.1 * COIN; +static const CAmount DEFAULT_TRANSACTION_MAXFEE = 0.2 * COIN; // "smallest denom" + X * "denom tails" //! -maxtxfee will warn if called with a higher fee than this amount (in satoshis) static const CAmount nHighTransactionMaxFeeWarning = 100 * nHighTransactionFeeWarning; //! Largest (in bytes) free transaction we're willing to create