Skip to content

Commit

Permalink
DRY up InboundV1Channel::funding_created and `OutboundV1Channel::fu…
Browse files Browse the repository at this point in the history
…nding_signed`

There was a decent amount of shared code in these two methods so we make
an attempt to share that code here by introducing the
`InitialRemoteCommitmentReceiver` trait. This trait will also come in
handy when we need similar commitment_signed handling behaviour for
dual-funded channels.
  • Loading branch information
dunxen committed Oct 16, 2024
1 parent 0db051b commit fdb8b0f
Showing 1 changed file with 170 additions and 146 deletions.
Loading

0 comments on commit fdb8b0f

Please sign in to comment.