Merge 5f4c07b799 into merged_master (Bitcoin PR bitcoin/bitcoin#24136)

This commit is contained in:
Byron Hambly 2023-06-29 13:43:18 +00:00
commit 4e5e47d2d5
5 changed files with 32 additions and 12 deletions

View file

@ -411,7 +411,7 @@ uint32_t ConsumeSequence(FuzzedDataProvider& fuzzed_data_provider) noexcept
return fuzzed_data_provider.ConsumeBool() ?
fuzzed_data_provider.PickValueInArray({
CTxIn::SEQUENCE_FINAL,
CTxIn::SEQUENCE_FINAL - 1,
CTxIn::MAX_SEQUENCE_NONFINAL,
MAX_BIP125_RBF_SEQUENCE,
}) :
fuzzed_data_provider.ConsumeIntegral<uint32_t>();