Skip to content

Commit 6338c02

Browse files
tests: Fix fuzzing harness for descriptor parsing (descriptor_parse)
1 parent cb11324 commit 6338c02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/fuzz/descriptor_parse.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

55
#include <chainparams.h>
6+
#include <pubkey.h>
67
#include <script/descriptor.h>
78
#include <test/fuzz/fuzz.h>
9+
#include <util/memory.h>
810

911
void initialize()
1012
{
13+
static const auto verify_handle = MakeUnique<ECCVerifyHandle>();
1114
SelectParams(CBaseChainParams::REGTEST);
1215
}
1316

0 commit comments

Comments
 (0)