mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
Bitcoind will not report any fee estimation in case it has not enough data available. We used to just set the min mempool fee in such cases but this might not represent the current fee situation of the bitcoin network. We return an error now so that we will use the fallback fee instead. |
||
---|---|---|
.. | ||
estimator.go | ||
estimator_test.go | ||
log.go | ||
minfeemanager.go | ||
minfeemanager_test.go | ||
mocks.go | ||
rates.go | ||
rates_test.go |