Use a separate (non-trait) fee-estimation fn in LowerBoundedEstimator
authorMatt Corallo <git@bluematt.me>
Wed, 13 Jul 2022 16:52:27 +0000 (16:52 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 25 Jul 2022 18:33:10 +0000 (18:33 +0000)
commitca9357147e521a15702d1f05c687c54f9a65bf2b
treea96df9f1899b7762e8acc3919102cbc21c981d9d
parent2a3bf03f0c2630317285b26497771abf4e63191c
Use a separate (non-trait) fee-estimation fn in LowerBoundedEstimator

This should make it somewhat more difficult to accidentally use a
straight fee estimator when we actually want a
LowerBoundedFeeEstimator by not having the types be exchangeable at
all.
lightning/src/chain/chaininterface.rs