mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge bf03fed2c7 into merged_master (Bitcoin PR bitcoin/bitcoin#28065)
This commit is contained in:
commit
fa2773bc8b
50 changed files with 89 additions and 84 deletions
|
|
@ -27,7 +27,7 @@ std::string GetArgumentName(const std::string& name)
|
|||
return name.substr(0, idx);
|
||||
}
|
||||
|
||||
FUZZ_TARGET_INIT(system, initialize_system)
|
||||
FUZZ_TARGET(system, .init = initialize_system)
|
||||
{
|
||||
FuzzedDataProvider fuzzed_data_provider(buffer.data(), buffer.size());
|
||||
ArgsManager args_manager{};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue