From 186dfa6f13ab3630c84d49c1224f4ae80256f0c7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 20 Oct 2016 10:17:26 -0300 Subject: [PATCH] test --- src/komodo.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/komodo.h b/src/komodo.h index 6f21b56fc..45c7d67a7 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -520,6 +520,10 @@ void komodo_disconnect(CBlockIndex *pindex,CBlock& block) int32_t komodo_heightnotary(int32_t height,uint8_t *pubkey33) { + int32_t i; + for (i=0; i<33; i++) + printf("%02x",pubkey33[i]); + printf(" komodo_heightnotary.%d\n",height); return(0); // -1 if not notary, 0 if notary, 1 if special notary } @@ -533,7 +537,10 @@ int32_t komodo_block2height(CBlock *block) printf("%02x",ptr[i]); n = ptr[0]; for (i=0; ivtx[0].vin[0].scriptSig.size(),height); } return(height);