mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
Merge #10662: Initialize randomness in benchmarks
5155d11
Initialize randomness in benchmarks (Andrew Chow)
Tree-SHA512: 235006eb161893e1a84d5b2747cbaf7c82ced179ab2b9df30197b4cb2d3c4f31e47fa5b9cf62aced0fe244da47f3a38fbbe91fe86b0a90f1d86604da5d806fb1
This commit is contained in:
parent
de1342791b
commit
c62c7ab6d6
@ -9,6 +9,7 @@
|
||||
#include "stacktraces.h"
|
||||
#include "validation.h"
|
||||
#include "util.h"
|
||||
#include "random.h"
|
||||
|
||||
#include "bls/bls.h"
|
||||
|
||||
@ -24,6 +25,7 @@ main(int argc, char** argv)
|
||||
RegisterPrettySignalHandlers();
|
||||
RegisterPrettyTerminateHander();
|
||||
|
||||
RandomInit();
|
||||
ECC_Start();
|
||||
ECCVerifyHandle verifyHandle;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user