From 504b72a3ee6fada922915690e3e8e479c560993d Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 18 Oct 2016 12:41:44 -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 c94681c32..15464138d 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -31,7 +31,7 @@ int32_t komodo_blockindexcheck(CBlockIndex *pindex,uint32_t *nBitsp) if ( ReadBlockFromDisk(block,pindex) == 0 ) return(-1); height = pindex->nHeight; - coinbasestr = block.vtx[0].vout[0].scriptPubKey.ToString().c_str(); + coinbasestr = (char *)block.vtx[0].vout[0].scriptPubKey.ToString().c_str(); printf("ht.%d (%s)\n",height,coinbasestr); // compare against elected notary pubkeys as of height return(0);