From 2eceb04b6a2e0085ad10fee08a3aed5e2edb3281 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 21 Mar 2017 09:16:27 +0200 Subject: [PATCH] Test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index d6db7085d..4fcd52101 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -951,7 +951,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above hash = block.GetHash(); for (j=0; j<32; j++) printf("%02x",((uint8_t *)&hash)[j]); - printf(" kht.%d ht.%d %.8f %.8f blockhash couldnt find vout.[%d] ht.%d %s\n",kmdheights[i-1],otherheights[i-1],dstr(values[i-1]),dstr(srcvalues[i]),i,height,ASSETCHAINS_SYMBOL); + printf(" kht.%d ht.%d %.8f %.8f blockhash couldnt find vout.[%d] ht.%d %s for [%s]\n",kmdheights[i-1],otherheights[i-1],dstr(values[i-1]),dstr(srcvalues[i]),i,height,ASSETCHAINS_SYMBOL,CURRENCIES[baseids[i-1]]); return(-1); } }