mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
Extract CTxIn::MAX_SEQUENCE_NONFINAL constant
This commit is contained in:
@@ -408,7 +408,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>();
|
||||
|
||||
Reference in New Issue
Block a user