rust-lightning/lightning/src/onion_message
Matt Corallo b93fe327d2 Remove all remaining references to *Features::known
As we move towards specify supported/required feature bits in the
module(s) where they are supported, the global `known` feature set
constructors no longer make sense.

In anticipation of removing the `known` constructor, this commit
removes all remaining references to it outside of features.rs.
2022-09-14 20:09:36 +00:00
..
blinded_route.rs Drop unused type parameter on BlindedRoute::new 2022-09-12 16:26:58 +00:00
functional_tests.rs Remove all remaining references to *Features::known 2022-09-14 20:09:36 +00:00
messenger.rs Merge pull request #1717 from TheBlueMatt/2022-09-req-features-in-handlers 2022-09-13 16:17:57 -04:00
mod.rs Add SendError enum for onion messages and error on too-big packets 2022-08-02 19:19:39 -04:00
packet.rs Expose onion message module as public 2022-09-02 16:25:32 -04:00
utils.rs Update bitcoin crate to 0.29.0 2022-08-11 00:21:26 +02:00