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
Instead of batching commitment_signed messages using a batch TLV, the
splicing spec has been updated to introduce a start_batch messages. It
used to indicate that the next batch_size messages for the channel_id
should be treated as one logical message. This commit simply adds the
message while the following commits will implement the handling logic.
0 commit comments