Skip to content

Commit

Permalink
tests: Fix fuzzing harness for descriptor parsing (descriptor_parse)
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Dec 6, 2019
1 parent cb11324 commit 6338c02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/fuzz/descriptor_parse.cpp
Expand Up @@ -3,11 +3,14 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include <chainparams.h>
#include <pubkey.h>
#include <script/descriptor.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 6338c02

Please sign in to comment.