File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
//! [`Context`] is used to parameterize [`Features`] and defines which features it can support.
8
8
//!
9
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.
10
+ //! the term "supports" is used in reference to a particular set of [`Features`]. That is, a node
11
+ //! supports a feature if it advertises the feature (as either required or optional) to its peers.
12
+ //! And the implementation can interpret a feature if the feature is known to it.
13
13
//!
14
14
//! [BOLT #9]: https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md
15
15
//! [messages]: ../msgs/index.html
You can’t perform that action at this time.
0 commit comments