mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-28 11:24:21 +01:00
Note: this will break the gossip_store if they have current channels, but it will fail to parse and be discarded. Have local_add_channel do just that: the update is logically separate and can be sent separately. This removes the ugly 'bool add_to_store' flag. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>