mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-07 15:14:21 +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>