Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chainfee: make sure web API has feerate info during startup
Previously we may get a floor feerate when calling `EstimateFeePerKW` due to the ticker is not yet ticked, which gives us an empty fee map. This is now fixed to always query the API to initialize the fee map during startup.
- Loading branch information