This commit is contained in:
jl777
2016-10-23 13:33:37 -03:00
parent b5252cb521
commit 03e6f150b7

View File

@@ -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)