[fuzz] Allow SendAnnouncementSigs events in chanmon_consistency
authorMatt Corallo <git@bluematt.me>
Tue, 24 Nov 2020 00:12:31 +0000 (19:12 -0500)
committerMatt Corallo <git@bluematt.me>
Thu, 20 May 2021 21:18:35 +0000 (21:18 +0000)
commit1fa2da391cd4bd51e8157a8a8ea05c6afc74a070
tree799397be4ef54ff7488076e8113715f148c55277
parentd90aac8d95b5867ff6c2bc158c63421c8cf4952a
[fuzz] Allow SendAnnouncementSigs events in chanmon_consistency

Because of the merge between peer reconnection and channel monitor
updating channel restoration code, we now sometimes generate
(somewhat spurious) announcement signatures when restoring channel
monitor updating. This should not result in a fuzzing failure.
fuzz/src/chanmon_consistency.rs