Skip to content

Commit

Permalink
DRY funding_created() and funding_signed() for V1 channels
Browse files Browse the repository at this point in the history
There is 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 17, 2024
1 parent 0db051b commit 8348271
Showing 1 changed file with 170 additions and 146 deletions.
Loading

0 comments on commit 8348271

Please sign in to comment.