lnd/lnwallet/chainfee
ziggie 02c1264c53
multi: prevent nil panics in stop methods.
With this PR we might call the stop method even when the start
method of a subsystem did not successfully finish therefore we
need to make sure we guard the stop methods for potential panics
if some variables are not initialized in the contructors of the
subsystems.
2024-07-31 14:43:34 +02:00
..
estimator_test.go chainfee: make sure web API has been started before estimating 2024-07-24 20:05:00 +08:00
estimator.go multi: prevent nil panics in stop methods. 2024-07-31 14:43:34 +02:00
filtermanager_test.go chainfee: introduce filterManager and use it for fee floor 2024-03-20 12:14:25 -04:00
filtermanager.go chainfee: introduce filterManager and use it for fee floor 2024-03-20 12:14:25 -04:00
log.go multi: add NewLogClosure in lnutils to avoid repetition 2024-07-25 21:25:23 +08:00
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: allow specifying min relay feerate from API source 2024-07-24 20:05:00 +08:00
rates_test.go chainfee: add new unit SatPerVByte 2023-10-06 16:34:47 -07:00
rates.go chainfee: allow specifying min relay feerate from API source 2024-07-24 20:05:00 +08:00