Files
palladum-lightning/lightningd
Rusty Russell 6860cd9cd4 lightningd: split channel update creation functions.
We want a more fine-grained approach, so we now have:

1. update_channel_update() - returns true if it changed.
2. channel_should_enable() - should this channel be marked enabled.
3. arm_refresh_timer() - start a refresh timer for the channel_update.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-05-15 16:40:33 +09:30
..
2024-10-27 13:57:50 +11:00
2024-10-27 13:57:50 +11:00
2025-02-05 16:43:09 -06:00