blob: 5aa9db27f10da65f8e5703d4c86b224884309782 (
plain)
1
2
3
4
5
6
|
o Code simplification and refactoring:
- Extract the code for handling newly-open channels into a separate
function from the general code to handle channel state transitions.
This change simplifies our callgraph, reducing the size of the largest
strongly connected component by roughly a factor of two.
Closes ticket 22608
|