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
Move FundingScope-specific validation to ChannelContext
Previous commits refactored validation checks in FundedChannel to work
on a specific FundingScope. However, keeping these helpers in
FundedChannel doesn't prevent them from using self.funding inadvertently
instead of the passed in FundingScope. Move these helpers to
ChannelContext to avoid this problem, as we done with similar helpers.
0 commit comments