File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 6
6
//! defined internally by a trait specifying the corresponding flags (i.e., even and odd bits). A
7
7
//! [`Context`] is used to parameterize [`Features`] and defines which features it can support.
8
8
//!
9
+ //! Whether a feature is considered "known" or "unknown" is relative to the implementation, whereas
10
+ //! the term "supports" is used in reference to a particular set of [`Features`] from a peer. That
11
+ //! is, a peer supports a feature if it advertises it (as either required or optional). And the
12
+ //! implementation can interpet a feature if the feature is known to it.
13
+ //!
9
14
//! [BOLT #9]: https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md
10
15
//! [messages]: ../msgs/index.html
11
16
//! [`Features`]: struct.Features.html
You can’t perform that action at this time.
0 commit comments