lnd/lnwallet/chainfee
Elle Mouton 55077d9404
chainfee: fetch new relay fee from bitcoind
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.
2021-10-05 18:30:41 +02:00
..
estimator_test.go chainfee: change min conf target to be 1 2021-06-29 20:25:46 +08:00
estimator.go chainfee: fetch new relay fee from bitcoind 2021-10-05 18:30:41 +02:00
log.go chainfee: create new chainfee package extracting fees from lnwallet 2019-10-31 16:41:57 -07:00
minfeemanager_test.go chainfee: add minFeeManager 2021-10-05 18:30:41 +02:00
minfeemanager.go chainfee: fetch new relay fee from bitcoind 2021-10-05 18:30:41 +02:00
rates.go lnwallet/channel: enforce absolute fee floor of 250 sat/kw 2020-04-21 12:37:34 -07:00