We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5622d8f + 6338c02 commit bb03765Copy full SHA for bb03765
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