Stop relying on `*Features::known` in fuzzing tests
authorMatt Corallo <git@bluematt.me>
Fri, 9 Sep 2022 04:15:40 +0000 (04:15 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 14 Sep 2022 20:09:36 +0000 (20:09 +0000)
commitf6fa624da05bcb31726d5c82daaac05035316e06
tree2528f786c3e792ae963079a55eb996bac9f66764
parentd33f7268fb533868eef7e71181b696501f6d1005
Stop relying on `*Features::known` in fuzzing tests

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 our fuzz tests.
fuzz/src/chanmon_consistency.rs
fuzz/src/router.rs