From b5252cb5212269d570f662412b1fa5932d96af07 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 23 Oct 2016 13:22:02 -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 af59c9367..f63f5901f 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -667,7 +667,7 @@ int32_t komodo_voutupdate(int32_t notaryid,uint8_t *scriptbuf,int32_t scriptlen, double KMDBTC,BTCUSD,CNYUSD; uint32_t numpvals,timestamp,pvals[128]; numpvals = dpow_readprices(&scriptbuf[++len],×tamp,&KMDBTC,&BTCUSD,&CNYUSD,pvals); komodo_stateupdate(height,0,0,0,zero,0,0,pvals,numpvals); - printf("vout OP_RETURN prices\n"); + printf("vout OP_RETURN.%d prices numpvals.%d opretlen.%d\n",height,numpvals,opretlen); } } }