mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
When ChannelMessageHandler implementations wish to return a NodeFeatures which contain all the known flags that are relevant to channel handling, but not gossip handling, they currently need to do so by manually constructing a NodeFeatures with all known flags and then clearing the ones they don't want. Instead of spreading this logic across the codebase, this consolidates such construction into one place in features.rs. |
||
---|---|---|
.. | ||
chain | ||
ln | ||
onion_message | ||
routing | ||
util | ||
debug_sync.rs | ||
lib.rs | ||
sync.rs |