]> git.bitcoin.ninja Git - rust-lightning/commit
Disable fuzzing-reachable debug assertion
authorMatt Corallo <git@bluematt.me>
Sun, 24 Dec 2023 17:12:18 +0000 (17:12 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 2 Feb 2024 18:04:51 +0000 (18:04 +0000)
commitc7258426cd73b4b8e48de3b0994c144b4a657a20
tree9b07ebc19ba05d7426415032ce19c8160fa7159a
parent3751398518cb5c9b26a596c0dc9b33571abcf756
Disable fuzzing-reachable debug assertion

Because of txid conflicts, a txid can match both a local and remote
commitment transaction when fuzzing. Thus, we disable this
assertion when fuzzing.
lightning/src/chain/channelmonitor.rs