From e62f71143ab4a81522a8afd4640a757d42d7bd53 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 30 Dec 2016 16:58:49 +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 8cadc891b..ea3481aae 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -950,7 +950,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 basesp->redeemed += value; pax->didstats = 1; //if ( strcmp(CURRENCIES[baseids[i]],ASSETCHAINS_SYMBOL) == 0 ) - printf("ht.%d %.8f ########### %p redeemed %s += %.8f kht.%d ht.%d\n",height,dstr(value),basesp,CURRENCIES[baseids[i]],dstr(value),kmdheights[i],otherheights[i]); + printf("ht.%d %.8f ########### %p redeemed %s += %.8f %.8f kht.%d ht.%d\n",height,dstr(value),basesp,CURRENCIES[baseids[i]],dstr(value),dstr(srcvalues[i]),kmdheights[i],otherheights[i]); } } if ( (pax= komodo_paxmark(height,txids[i],vouts[i],'W',height)) != 0 )