We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb11324 commit 6338c02Copy full SHA for 6338c02
src/test/fuzz/descriptor_parse.cpp
@@ -3,11 +3,14 @@
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#include <chainparams.h>
6
+#include <pubkey.h>
7
#include <script/descriptor.h>
8
#include <test/fuzz/fuzz.h>
9
+#include <util/memory.h>
10
11
void initialize()
12
{
13
+ static const auto verify_handle = MakeUnique<ECCVerifyHandle>();
14
SelectParams(CBaseChainParams::REGTEST);
15
}
16
0 commit comments