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 d3fa315 commit f961e04Copy full SHA for f961e04
src/bench/bench_bitcoin.cpp
@@ -4,6 +4,7 @@
4
5
#include <bench/bench.h>
6
7
+#include <bls/bls.h>
8
#include <clientversion.h>
9
#include <crypto/sha256.h>
10
#include <crypto/x11/dispatch.h>
@@ -64,6 +65,8 @@ int main(int argc, char** argv)
64
65
SetupBenchArgs(argsman);
66
SapphireAutoDetect();
67
SHA256AutoDetect();
68
+ BLSInit();
69
+ bls::bls_legacy_scheme.store(false);
70
std::string error;
71
if (!argsman.ParseParameters(argc, argv, error)) {
72
tfm::format(std::cerr, "Error parsing command line arguments: %s\n", error);
0 commit comments