Please describe the feature you’d like to see added.
I was reviewing a pull request, when I noticed that the DEFAULT_TRANSACTION_MAXFEE
is set to 0.1×COIN.
src/wallet/wallet.h:constexpr CAmount DEFAULT_TRANSACTION_MAXFEE{COIN / 10};
Describe the solution you’d like
It seems to me that given the current exchange rate we might want to lower that by about a magnitude.