Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pytest: work around dualopend issue.
Dualopend is not listening to the peer fd when it hangs up, so doesn't notice it's gone. We don't clean up the channel until it's done (usually a good thing: it could be about to lock it in), but this harms us here. Fix the test failure and make a comment. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information