]> git.bitcoin.ninja Git - rust-lightning/commit
Remove all remaining references to `*Features::known`
authorMatt Corallo <git@bluematt.me>
Wed, 14 Sep 2022 01:05:11 +0000 (01:05 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 14 Sep 2022 20:09:36 +0000 (20:09 +0000)
commitb93fe327d25627742584e288dc785283850bd33b
tree6884598c82f4936ff55d9e9d5da44dc5cda8aaaa
parentf6fa624da05bcb31726d5c82daaac05035316e06
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.
lightning/src/chain/chainmonitor.rs
lightning/src/chain/channelmonitor.rs
lightning/src/ln/msgs.rs
lightning/src/ln/script.rs
lightning/src/onion_message/functional_tests.rs
lightning/src/routing/router.rs
lightning/src/util/test_utils.rs