Fix two new compiler warnings in fuzz 2021-03-fix-warns
authorMatt Corallo <git@bluematt.me>
Wed, 31 Mar 2021 03:21:00 +0000 (23:21 -0400)
committerMatt Corallo <git@bluematt.me>
Wed, 31 Mar 2021 03:21:54 +0000 (23:21 -0400)
commitd015ff250e1bb3e6237e27a179e47b929df8642d
tree38cb9718a19e3db00dc4d36b93b9ffd9ede6b4bf
parent6fcac8bc65ed6d372e0b8c367e9934c754f99ff3
Fix two new compiler warnings in fuzz

This fixes two trivial compiler warnings in fuzz that point to
broken usage of explicit `panic!()`s.
fuzz/src/chanmon_consistency.rs
fuzz/src/router.rs