From bd92bdcdbdc1a7ebad1389a40edeeacdef1c8470 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 26 Mar 2018 05:50:18 +0300 Subject: [PATCH] Test --- src/komodo_notary.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 1f9fce277..4911b21d9 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -236,7 +236,6 @@ int32_t komodo_notaries(uint8_t pubkeys[64][33],int32_t height,uint32_t timestam htind = height / KOMODO_ELECTION_GAP; if ( htind >= KOMODO_MAXBLOCKS / KOMODO_ELECTION_GAP ) htind = (KOMODO_MAXBLOCKS / KOMODO_ELECTION_GAP) - 1; - printf("Pubkeys.%p htind.%d vs max.%d\n",Pubkeys,htind,KOMODO_MAXBLOCKS / KOMODO_ELECTION_GAP); if ( Pubkeys == 0 ) { komodo_init(height);