Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement initial splice negotiation
Handle the initial splice negotiation, without continuing to transaction negotiation: - `splice_channel()` for initiating splicing - handling of `splice_init` and `splice_ack` messages, with checks - `splice_ack` always fails (use case still imcomplete) - A test to go through the use case (`test_v1_splice_in`)
- Loading branch information