From c9e772875833c6bf47819146c72381367f159463 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Jan 2017 11:24:42 +0200 Subject: [PATCH] test --- src/komodo_notary.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 3a5a6e142..971d2a823 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -233,7 +233,8 @@ int32_t komodo_notarizeddata(int32_t nHeight,uint256 *notarized_hashp,uint256 *n void komodo_init(int32_t height) { static int didinit; uint256 zero; int32_t i,k,n; uint8_t pubkeys[64][33]; - printf("komodo_init ht.%d didinit.%d mainnet.%d\n",height,didinit,KOMODO_MAINNET_START); + if ( height != 0 ) + printf("komodo_init ht.%d didinit.%d\n",height,didinit); if ( didinit == 0 ) { pthread_mutex_init(&komodo_mutex,NULL);