mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
The state machine is infinite, but if we eliminate the normal inner state loop, and a couple of other unusual cases where inputs can repeat, we should be able to traverse it all. This is slower than simply stopping when we hit a repeated state though. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>