From 219c2c0dc40e40abb6c9d52243fe816e120a73d2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 18 Oct 2016 14:24:24 -0300 Subject: [PATCH] test --- src/komodo.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index 761321800..aa8ea0483 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -77,10 +77,11 @@ int32_t komodo_blockindexcheck(CBlockIndex *pindex,uint32_t *nBitsp) if ( Notaries[i][0] == 0 ) break; if ( strncmp(Notaries[i][1],coinbasestr,66) == 0 ) + { printf("Notary.[%d] %s ht.%d (%s)\n",i,Notaries[i][0],height,coinbasestr); - break; + break; + } } - printf("ht.%d (%s)\n",height,coinbasestr); } // compare against elected notary pubkeys as of height return(0);