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
In preparation for upcoming commits introducing V2 channel establishment,
we add the V2 equivalents of the prefunded channel types.
They have a new distinct context struct, `DualFundingChannelContext`,
which includes fields specific to prefunded V2 channels. This new context
wraps the common `ChannelContext` which holds state that is common to all
channel types.
0 commit comments