mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-15 19:14:23 +01:00
In fact, we always generate them, we only send them if asked. And we set the flags to 0 if not --enable-experimental-features, so we never send in that case. Generating checksums involves pulling the channel_update from the gossip_store, which is suboptimal: there's a FIXME to store the checksum in memory. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>