lnd/lnwallet/chainfee
ziggie 45c6ee69d2
chainfee: special case a zero fee estimation.
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.
2024-03-19 16:56:14 +00:00
..
estimator_test.go chainfee: use proper mock for WebAPIFeeSource in tests 2023-10-29 13:24:27 +08:00
estimator.go chainfee: special case a zero fee estimation. 2024-03-19 16:56:14 +00:00
log.go
minfeemanager_test.go lnwallet+docs: minrelayfee always above fee floor 2021-12-13 08:22:34 +02:00
minfeemanager.go lnwallet+docs: minrelayfee always above fee floor 2021-12-13 08:22:34 +02:00
mocks.go chainfee: use proper mock for WebAPIFeeSource in tests 2023-10-29 13:24:27 +08:00
rates_test.go chainfee: add new unit SatPerVByte 2023-10-06 16:34:47 -07:00
rates.go remove repetitive words 2024-03-07 14:05:47 +08:00