]> git.bitcoin.ninja Git - rust-lightning/commit
[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>
Mon, 1 Mar 2021 02:03:18 +0000 (21:03 -0500)
commit627df710c8e9985f90ec74fde7a00139620e4a9d
tree8fc6d7787f53e2eadd243b72cebd755d0fac4e7e
parentd0a8a903adc087ece0fd6a10ffe241a359d21e7b
[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