Stop relying on `*Features::known` in functional test utils
authorMatt Corallo <git@bluematt.me>
Thu, 8 Sep 2022 21:18:07 +0000 (21:18 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 14 Sep 2022 20:09:35 +0000 (20:09 +0000)
commitc1d8cb9710c7a430ba68a32c26d8ceb88007ff14
tree296d114d0c740842515eb06776b75cc6a9d5abcf
parent3b3713fdde4c0bea587f8e9bca396d81fb5a7ac9
Stop relying on `*Features::known` in functional test utils

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.

Here we stop relying on the `known` method in the
functional_test_utils module.
lightning/src/ln/functional_test_utils.rs