From 78bcf6ee6239c218d94d4d288fe6af4e87bb7d9b Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 18 Oct 2016 14:27:25 -0300 Subject: [PATCH] test --- src/komodo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo.h b/src/komodo.h index aa8ea0483..94d060ecc 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -74,7 +74,7 @@ int32_t komodo_blockindexcheck(CBlockIndex *pindex,uint32_t *nBitsp) coinbasestr = (char *)block.vtx[0].vout[0].scriptPubKey.ToString().c_str(); for (i=0; i<64; i++) { - if ( Notaries[i][0] == 0 ) + if ( Notaries[i][0] == 0 || Notaries[i][1] == 0 || Notaries[i][0][0] == 0 || Notaries[i][1][0] == 0 ) break; if ( strncmp(Notaries[i][1],coinbasestr,66) == 0 ) {