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
Don't set sent_funding_txid in maybe_promote_splice_funding
When sending splice_locked, set PendingSplice::sent_funding_txid prior
to calling FundedChannel::maybe_promote_splice_funding. This makes the
latter idempotent when the splice is not promoted. Otherwise, successive
calls could override the previously set sent_funding_txid.
0 commit comments