From 03e6f150b7406629fcf4b5ff1d82d6d560a59ec1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 23 Oct 2016 13:33:37 -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 f63f5901f..0d714b0ab 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -213,7 +213,7 @@ int32_t dpow_readprices(uint8_t *data,uint32_t *timestampp,double *KMDBTCp,doubl pvals[i++] = btcusd; pvals[i++] = cnyusd; //printf("OP_RETURN prices\n"); - return(n-3); + return(n); } int32_t _unhex(char c)