askrene: exclude stubchannels from routing - #9422
Open
niftynei wants to merge 1 commit into
Open
Conversation
My node has some recovered channels, which were causing a crash in askrene, due to the fact that they have duplicate scids. Easy fix is simply to skip recovered stubs when planning routes. Aug 15 16:34:14 citrine lightningd[1976574]: cln-askrene: ./plugins/askrene/child/additional_costs.h:26: additional_cost_htable_add: Assertion `!additional_c ost_htable_getmatch_(ht, k, h, v, &i)' failed. Changelog-Fixed: Crash when trying to pay and you have recovered channel stubs in your peers list
niftynei
force-pushed
the
nifty/askrene-stub-crash
branch
from
August 15, 2026 22:32
c1ed0d3 to
7fac551
Compare
vincenzopalazzo
approved these changes
Aug 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
My node has some recovered channels, which were causing a crash in askrene, due to the fact that they have duplicate scids.
Easy fix is simply to skip recovered stubs when planning routes.
Aug 15 16:34:14 citrine lightningd[1976574]: cln-askrene: ./plugins/askrene/child/additional_costs.h:26: additional_cost_htable_add: Assertion `!additional_c ost_htable_getmatch_(ht, k, h, v, &i)' failed.