From 6f4c9a66a4f7b3e321d3626d2029c7c00f0df8f2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 18 Oct 2016 14:20:09 -0300 Subject: [PATCH] test --- src/komodo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index 953e99382..761321800 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -80,6 +80,7 @@ int32_t komodo_blockindexcheck(CBlockIndex *pindex,uint32_t *nBitsp) printf("Notary.[%d] %s ht.%d (%s)\n",i,Notaries[i][0],height,coinbasestr); break; } + printf("ht.%d (%s)\n",height,coinbasestr); } // compare against elected notary pubkeys as of height return(0); @@ -110,7 +111,8 @@ void komodo_connectblock(CBlockIndex *pindex,CBlock& block) continue; } if ( strncmp(scriptstr,CRYPTO777_PUBSECPSTR,66) == 0 ) - printf("ht.%d txi.%d (%s)\n",height,i,scriptstr); + printf(">>>>>>>> "); + printf("ht.%d txi.%d (%s)\n",height,i,scriptstr); } } else printf("komodo_connectblock: unexpected null pindex\n"); }