From 6e78b9294d49a6242ff12b7d97ac424a065fdcfc Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 18 Oct 2016 13:32:48 -0300 Subject: [PATCH] test --- src/komodo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/komodo.h b/src/komodo.h index 9bf2170ed..aba32bc48 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -44,13 +44,13 @@ int32_t komodo_blockindexcheck(CBlockIndex *pindex,uint32_t *nBitsp) void komodo_connectblock(CBlockIndex *pindex,CBlock& block) { - char *coinbasestr; int32_t i,height,txn_count = block.vtx.size(); + char *scriptstr; int32_t i,height,txn_count = block.vtx.size(); // update voting results and official (height, notaries[]) height = pindex->nHeight; for (i=0; i