Commit 368e41b
committed
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.1 parent 3f175c0 commit 368e41b
1 file changed
+222
-222
lines changed
0 commit comments