ticket22608 353 B

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