From 750cb34a1817e258e9a0fc0a71ffa8d4cccaa4ad Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 20 Oct 2016 19:23:25 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 30a762a70..1f1f04a39 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -300,7 +300,7 @@ int32_t komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numno { if ( didinit == 0 ) { - pthread_mutex_init(&komodo_mutex); + pthread_mutex_init(&komodo_mutex,NULL); decode_hex(NOTARY_PUBKEY33,33,(char *)NOTARY_PUBKEY.c_str()); KOMODO_NUMNOTARIES = (int32_t)(sizeof(Notaries)/sizeof(*Notaries)); for (k=0; k