You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if MEMPOOL_API_BASE_URL is set, mempool.space fee estimation is used.
If MEMPOOL_API_BASE_URL is not set, however, lspd panics with No mempool url configured..
mempool api fee estimation should be optional. If the environment variable is not set, should fall back to the default estimation of the lightning node.
The text was updated successfully, but these errors were encountered:
Currently if
MEMPOOL_API_BASE_URL
is set, mempool.space fee estimation is used.If
MEMPOOL_API_BASE_URL
is not set, however, lspd panics withNo mempool url configured.
.mempool api fee estimation should be optional. If the environment variable is not set, should fall back to the default estimation of the lightning node.
The text was updated successfully, but these errors were encountered: