< bitcoin-git>
bitcoin/master ae7faf2 Kristaps Kaupe: Exceptions should be caught by reference, not by value.
< bitcoin-git>
bitcoin/master 76e2cde MarcoFalke: Merge #16095: Catch by reference not value in wallettool
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16095: Catch by reference not value in wallettool (master...catch-by-ref-wallettool) https://github.com/bitcoin/bitcoin/pull/16095
< shesek>
phantomcircuit, I was under the impression that fee_estimates.dat has additional data that improves the fee estimates accuracy. why keep it around between restarts otherwise?
< sipa>
they are
< luke-jr>
shesek: it's not the mempool alone that determines fee estimates
< luke-jr>
shesek: more like studying the pattern of transactions that *leave* the mempool as new blocks come in
< luke-jr>
fee_estimates.dat keeps track of that
< sipa>
the estimates are based on statistics of the time between entering the mempool and being mined