Skip to content
New issue

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

Move recommended_feerates message to CONNECTED state #2984

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Jan 21, 2025

We previously handled recommended_feerates in our whenUnhandled handler, but that doesn't work since we have a catch-all handler in the CONNECTED state for all known lightning messages. We thus move this handler into the CONNECTED state to avoid warnings in the logs.

We previously handled `recommended_feerates` in our `whenUnhandled`
handler, but that doesn't work since we have a catch-all handler in
the `CONNECTED` state for all known lightning messages. We thus move
this handler into the `CONNECTED` state to avoid warnings in the logs.
@t-bast t-bast requested a review from sstone January 21, 2025 16:32
@t-bast t-bast merged commit 29ac25f into master Jan 22, 2025
1 check passed
@t-bast t-bast deleted the handle-recommended-feerates branch January 22, 2025 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants