lightningdevkit / ldk-node

A ready-to-go node implementation built using LDK.
Other
147 stars 76 forks source link

Fee estimates endpoint is called in a loop for every confirmation target #331

Closed rolznz closed 3 months ago

rolznz commented 3 months ago

The endpoint requested does not depend on the confirmation targets, can the esplora request be moved above the for loop?

image