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
Splicing introduces a concept of batched commitment_signed messages for
each pending splice transaction. These can be treated as one logical
message, even though the protocol currently defines them as separate
commitment_signed messages with a TLV for batch information.
Add a LogicalMessage wrapper around wire::Message such that it can be
used internally by PeerManager. A CommitmentSignedBatch variant will be
added in the next commit.
0 commit comments