mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
Since our pre-change state is always the same as the previous step's post-change state, we can simply keep a pointer, with a dummy empty state for the initial one. We could function-wrap it, but this change is even simpler. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>