add dust check instead of higher fees

This commit is contained in:
Michel van Kessel
2020-11-22 20:52:48 +01:00
parent 8561778bc0
commit ab6828fc89
2 changed files with 14 additions and 3 deletions

View File

@@ -43,11 +43,11 @@ extern bool fWalletUnlockStakingOnly;
static const unsigned int DEFAULT_KEYPOOL_SIZE = 100;
//! -paytxfee default
static const CAmount DEFAULT_TRANSACTION_FEE = 100000;
static const CAmount DEFAULT_TRANSACTION_FEE = 10000;
//! -fallbackfee default
static const CAmount DEFAULT_FALLBACK_FEE = 100000;
static const CAmount DEFAULT_FALLBACK_FEE = 10000;
//! -mintxfee default
static const CAmount DEFAULT_TRANSACTION_MINFEE = 100000;
static const CAmount DEFAULT_TRANSACTION_MINFEE = 10000;
//! minimum change amount
static const CAmount MIN_CHANGE = CENT;
//! Default for -spendzeroconfchange