Browse Source
Back in the days before dual-funding, the `channel` struct on subd was only every one type per daemon (either struct channel or struct uncommitted_channel) The RBF requirement on dualopend means that dualopend's channel, however, can now be two different things -- either channel or uncommitted_channel. To track the difference/disambiguate, we now track the channel type on a flag on the subd. It gets updated when we swap out the channel.ppa
niftynei
4 years ago
committed by
Christian Decker
7 changed files with 42 additions and 22 deletions
Loading…
Reference in new issue