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
Consider pending funding when handling commitment_signed
A FundedChannel may have more than one pending FundingScope during
splicing, one for the splice attempt and one or more for any RBF
attempts. When handling a commitment_signed, each FundingScope needs to
be considered during validation. If validation fails for any scope, then
the commitment_signed must be failed.
0 commit comments