We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To startup LDK we need latest fee rates and block headers.
Beignet can fail and display no error, just return last cached data: https://github.com/synonymdev/beignet/blob/84911083a01013aa769ba91f89ff326f1f5576e8/src/wallet/index.ts#L479C7-L482C49
This can cause LDK to assume it has the latest data when it does not so payments fail and possibly channels force close.
We should not attempt to start LDK with stale data, rather handle errors/retries in Beignet or show network connection issue notification in Bitkit.
The text was updated successfully, but these errors were encountered:
limpbrains
No branches or pull requests
Describe the bug
To startup LDK we need latest fee rates and block headers.
Beignet can fail and display no error, just return last cached data: https://github.com/synonymdev/beignet/blob/84911083a01013aa769ba91f89ff326f1f5576e8/src/wallet/index.ts#L479C7-L482C49
This can cause LDK to assume it has the latest data when it does not so payments fail and possibly channels force close.
We should not attempt to start LDK with stale data, rather handle errors/retries in Beignet or show network connection issue notification in Bitkit.
The text was updated successfully, but these errors were encountered: