Issue Details
- Number
- 31716
- Title
- `DEFAULT_TRANSACTION_MAXFEE` is 0.1 ₿
- Description
- ### 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.
- URL
-
https://github.com/bitcoin/bitcoin/issue/31716
- Closed by
-
Back to List