[fuzz] Be more strict about msg events in chanmon_consistency
authorMatt Corallo <git@bluematt.me>
Tue, 24 Nov 2020 00:12:19 +0000 (19:12 -0500)
committerMatt Corallo <git@bluematt.me>
Thu, 20 May 2021 21:18:35 +0000 (21:18 +0000)
commitd90aac8d95b5867ff6c2bc158c63421c8cf4952a
tree2a12b92b370d3f18158af309f4bd9dfe120fe435
parente9fd35f494cfd99276891c2953000716e5ad4191
[fuzz] Be more strict about msg events in chanmon_consistency

This fails chanmon_consistency on IgnoreError error events and on
messages left over to be sent to a just-disconnected peer, which
should have been drained.

These should never appear, so consider them a fuzzer fail case.
fuzz/src/chanmon_consistency.rs