mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
This commit adds a fetchMinMempoolFee function to the BitcoindEstimator that fetches the current min mempool fee from the bitcoind backend. The commit then also updates the BitcoindEstimator to use a minFeeManager for it's minFeeManager member and uses the fetchMinMempoolFee function to initialise this. |
||
---|---|---|
.. | ||
estimator.go | ||
estimator_test.go | ||
log.go | ||
minfeemanager.go | ||
minfeemanager_test.go | ||
rates.go |