mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge c9e67e214f into merged_master (Bitcoin PR bitcoin/bitcoin#31238)
This commit is contained in:
commit
def92da63e
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ FUZZ_TARGET(wallet_notifications, .init = initialize_setup)
|
|||
auto& [coins, block]{chain.back()};
|
||||
coins.emplace(total_amount, COutPoint{Txid::FromUint256(uint256::ONE), 1});
|
||||
}
|
||||
LIMITED_WHILE(fuzzed_data_provider.ConsumeBool(), 200)
|
||||
LIMITED_WHILE(fuzzed_data_provider.ConsumeBool(), 20)
|
||||
{
|
||||
CallOneOf(
|
||||
fuzzed_data_provider,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue