Swap some `peer_connected` features to `known` from `empty` in test
authorMatt Corallo <git@bluematt.me>
Mon, 12 Sep 2022 19:34:59 +0000 (19:34 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 13 Sep 2022 16:59:30 +0000 (16:59 +0000)
commit29484d8e2c97996773bf4bcb1c0238f6d9a63d42
tree1fb8c5f14ae63f77f6227e9839d7b999a2540190
parent91db4ba2f8097d29af4363bfd6f5445be1420096
Swap some `peer_connected` features to `known` from `empty` in test

In the next commit we'll enforce counterparty `InitFeatures`
matching our required set in `ChannelManager`, implying they must
be set for many tests where they previously did not need to be (as
they were enforced in `PeerManager`, which is not used in
functional tests).
lightning/src/ln/chanmon_update_fail_tests.rs
lightning/src/ln/functional_test_utils.rs
lightning/src/ln/functional_tests.rs
lightning/src/ln/priv_short_conf_tests.rs
lightning/src/ln/shutdown_tests.rs