From ff811cc59a20266d873f08f44658417831b88538 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 18 Nov 2016 10:52:07 -0300 Subject: [PATCH] test --- src/komodo_notary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index 366a3c76f..898c29f5f 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -151,7 +151,7 @@ void komodo_notarysinit(int32_t origheight,uint8_t pubkeys[64][33],int32_t num) { if ( Pubkeys[i].height != 0 && height < hwmheight ) { - printf("Pubkeys[%d].height %d < %d hwmheight, i.%d\n",i,Pubkeys[i].height,hwmheight); + printf("Pubkeys[%d].height %d < %d hwmheight\n",i,Pubkeys[i].height,hwmheight); break; } Pubkeys[i] = N;