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
I think this isn't sufficient: the code you're linking isn't triggered after a splice, it will only be triggered if we receive a new commit_sigafter a splice has been confirmed (for example because an HTLC is added to the channel). But before that happens, we will still be using the pre-splice balances, which is an issue.
What we should probably do is emit an AvailableBalanceChanged event once we've exchanged splice_locked and are pruning the pre-splice commitments. I don't know if this should be part of #2936 or is independent.
Otherwise we will run into unexpected
InsufficientFunds
errors when relaying payments.The text was updated successfully, but these errors were encountered: