]> git.bitcoin.ninja Git - rust-lightning/commit
Stop relying on the `*Features::known` method in functional tests
authorMatt Corallo <git@bluematt.me>
Thu, 8 Sep 2022 21:11:11 +0000 (21:11 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 14 Sep 2022 20:09:35 +0000 (20:09 +0000)
commit3b3713fdde4c0bea587f8e9bca396d81fb5a7ac9
tree31d61e38dc1696c60b2bd644d6e119d87a9c196b
parent1a3273792b0b97fbdf0f5339f3d6fdbfb04e5e7d
Stop relying on the `*Features::known` method in functional tests

This diff is commit, like the last, stops relying on the `known`
feature set constructor, doing so entirely with import changes and
sed rules.
lightning/src/ln/chanmon_update_fail_tests.rs
lightning/src/ln/functional_tests.rs
lightning/src/ln/monitor_tests.rs
lightning/src/ln/onion_route_tests.rs
lightning/src/ln/payment_tests.rs
lightning/src/ln/priv_short_conf_tests.rs
lightning/src/ln/reorg_tests.rs
lightning/src/ln/shutdown_tests.rs