From d3b56fcbb3e4699da31f4e76e239175b0524d78f Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 26 Oct 2016 12:59:02 -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 0b2c9d9f4..300654a26 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -28,7 +28,7 @@ void komodo_init(); int32_t komodo_notarizeddata(int32_t nHeight,uint256 *notarized_hashp,uint256 *notarized_desttxidp); char *komodo_issuemethod(char *method,char *params,uint16_t port); -int32_t NOTARIZED_HEIGHT,Num_nutxos,KMDHEIGHT; +int32_t NOTARIZED_HEIGHT,Num_nutxos,KMDHEIGHT = 34000; uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID; pthread_mutex_t komodo_mutex; char KMDUSERPASS[1024]; uint16_t BITCOIND_PORT = 7771;