mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 09:43:55 +02:00
Merge #19630: Cleanup fee estimation code
a3abeec33apolicy/fees: remove a floating-point division by zero (Antoine Poinsot)c36869bbf6policy/fees: unify some duplicated for loops (Antoine Poinsot)569d92a4d2policy/fees: small readability improvements (Antoine Poinsot)5b8cb35621policy/fee: remove requireGreater parameter in EstimateMedianVal() (Antoine Poinsot)dba8196b44policy/fees: correct decay explanation comments (Antoine Poinsot) Pull request description: This (*does not* change behaviour and) cleans up a bit of unused code in `CBlockPolicyEstimator` and friends, and slightly improves readability of the rest (comment correction etc.). The last commit is a small reformatting one which I could not resist but am happy to remove at will. ACKs for top commit: jnewbery: utACKa3abeec33aMarcoFalke: ACKa3abeec33a💹 ariard: Code Review ACKa3abeec. Tree-SHA512: b7620bcd23a2ffa8f7ed859467868fc0f6488279e3ee634f6d408872cb866ad086a037e8ace76599a05b7e9c07768adf5016b0ae782d153196b9c030db4c34a5
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# -fsanitize=undefined suppressions
|
||||
# =================================
|
||||
float-divide-by-zero:policy/fees.cpp
|
||||
float-divide-by-zero:validation.cpp
|
||||
float-divide-by-zero:wallet/wallet.cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user