From 2db1372f32590c39fb510655145c5ea13135e86e Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 18 Nov 2016 12:27:16 -0300 Subject: [PATCH] test --- src/komodo_notary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index bc359650f..954c029a5 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -143,7 +143,7 @@ void komodo_notarysinit(int32_t origheight,uint8_t pubkeys[64][33],int32_t num) { for (i=0; i<33; i++) printf("%02x",pubkeys[k][i]); - printf(" notarypubs.[%d] ht.%d active at %d\n",k,height,htind*KOMODO_ELECTION_GAP); + printf(" notarypubs.[%d] ht.%d active at %d\n",k,origheight,htind*KOMODO_ELECTION_GAP); } } N.numnotaries = num; @@ -151,7 +151,7 @@ void komodo_notarysinit(int32_t origheight,uint8_t pubkeys[64][33],int32_t num) { if ( Pubkeys[i].height != 0 && origheight < hwmheight ) { - printf("Pubkeys[%d].height %d < %d hwmheight\n",i,Pubkeys[i].height,hwmheight); + printf("Pubkeys[%d].height %d < %d hwmheight, origheight.%d\n",i,Pubkeys[i].height,hwmheight,origheight); break; } Pubkeys[i] = N;