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 104c4b0 commit c4c6efeCopy full SHA for c4c6efe
src/test/test_pivx.cpp
@@ -9,6 +9,7 @@
9
10
#include "blockassembler.h"
11
#include "consensus/merkle.h"
12
+#include "bls/bls_wrapper.h"
13
#include "guiinterface.h"
14
#include "evo/deterministicmns.h"
15
#include "evo/evodb.h"
@@ -43,6 +44,7 @@ BasicTestingSetup::BasicTestingSetup(const std::string& chainName)
43
44
: m_path_root(fs::temp_directory_path() / "test_pivx" / strprintf("%lu_%i", (unsigned long)GetTime(), (int)(InsecureRandRange(1 << 30))))
45
{
46
ECC_Start();
47
+ BLSInit();
48
SetupEnvironment();
49
InitSignatureCache();
50
fCheckBlockIndex = true;
0 commit comments