mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
parent
64c195a03d
commit
f38ed3c71b
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
#include "bench.h"
|
#include "bench.h"
|
||||||
|
|
||||||
|
#include "crypto/sha256.h"
|
||||||
#include "key.h"
|
#include "key.h"
|
||||||
#include "stacktraces.h"
|
#include "stacktraces.h"
|
||||||
#include "validation.h"
|
#include "validation.h"
|
||||||
@ -18,6 +19,8 @@ void CleanupBLSDkgTests();
|
|||||||
int
|
int
|
||||||
main(int argc, char** argv)
|
main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
|
SHA256AutoDetect();
|
||||||
|
|
||||||
RegisterPrettySignalHandlers();
|
RegisterPrettySignalHandlers();
|
||||||
RegisterPrettyTerminateHander();
|
RegisterPrettyTerminateHander();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user