Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #1488: Randomize transaction fees only upwards
67ff868 Randomize transaction fees only upwards (Kristaps Kaupe) Pull request description: Resolves #1429. This becomes more important in current high fee environment. For example, `estimatesmartfee 3` currently returns feerate around 164 sat/vB. With 20% default `tx_fee_factor` it means actual feerate used can go as low as 132 sat/vB, which is big difference. With simple non-cj sends people could bump fee with RBF if tx is not confirmed for too long, but not so with coinjoins, including payjoins. We are already randomizing only upwards `mempoolminfee`. I wanted to do this after #1462, but that may take a lot of time and this seems urgent to me. Top commit has no ACKs. Tree-SHA512: b3682acdcbd8c7b49a5a19df0efa5aab95d5e9306b39ae1d0800006341bc75a643bf573b8807554ee9a22bdb0d454ccbad975182050b21c301b6b334856b837e
- Loading branch information