Use `test_msg_exact` in `channl_update` fuzz testing
authorMatt Corallo <git@bluematt.me>
Tue, 25 Jun 2024 16:33:47 +0000 (16:33 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 1 Jul 2024 23:46:34 +0000 (23:46 +0000)
commit162b81fbb105963586cfbd6b70baac7367aa84af
treefb59c52fcc498f81f12b5e4b4f0424198e250275
parentdc3f8261231321151590a15ccb8c8dcd773e8d9c
Use `test_msg_exact` in `channl_update` fuzz testing

Gossip messages should always use `test_msg_exact` to ensure they
round-trip during signature validation.
fuzz/src/msg_targets/gen_target.sh
fuzz/src/msg_targets/mod.rs
fuzz/src/msg_targets/msg_channel_update.rs