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
It seems like we are progressing our view on the chain although we are not really able to fetch the block in time. The node runner tried to close its channel which confirmed successfully onchain, however LND did not prune the graph correctly. This error was observed when finally updating the channel policies where the following error occured because the problem is, the channel is still in the graph_db, but not in the openChanBucket which causes this error when updating:
Background
It seems like we are progressing our view on the chain although we are not really able to fetch the block in time. The node runner tried to close its channel which confirmed successfully onchain, however LND did not prune the graph correctly. This error was observed when finally updating the channel policies where the following error occured because the problem is, the channel is still in the graph_db, but not in the openChanBucket which causes this error when updating:
And we still see the channel in the graphdb:
and the logs showed that the relevant block that closed the channel could not be fetched in time:
This should be fixed with the neutrino fetching refactor
Your environment
lnd
: 18.5btcd
,bitcoind
, or other backend: neutrinoThe text was updated successfully, but these errors were encountered: