Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BOLT 7: advertize both feature sets in node_announcement.
This lets you find out what nodes support what peer features, rather than connecting and probing. Like channel_announcement, we won't use feature bits for incompatible changes; we'll use a separate type. So don't discard messages with unknown ones. Similarly, you can try to connect to a node with unknown bits; you might fail, but that's OK. Either it was an unknown peer feature, and you'll find out from their init msg, or it's a channel feature and you won't be able to open a channel. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information