Skip to content

Commit

Permalink
merge bitcoin#17685: Fix bug in the descriptor parsing fuzzing harnes…
Browse files Browse the repository at this point in the history
…s (descriptor_parse)
  • Loading branch information
kwvg committed May 7, 2022
1 parent 4416d0a commit bffafca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/fuzz/descriptor_parse.cpp
Expand Up @@ -4,12 +4,15 @@

#include <chainparams.h>
#include <key.h>
#include <pubkey.h>
#include <script/descriptor.h>
#include <script/standard.h>
#include <test/fuzz/fuzz.h>
#include <util/memory.h>

void initialize()
{
static const auto verify_handle = MakeUnique<ECCVerifyHandle>();
SelectParams(CBaseChainParams::REGTEST);
}

Expand Down

0 comments on commit bffafca

Please sign in to comment.