mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 5f4c07b799 into merged_master (Bitcoin PR bitcoin/bitcoin#24136)
This commit is contained in:
commit
4e5e47d2d5
5 changed files with 32 additions and 12 deletions
|
|
@ -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>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue