This commit is contained in:
jl777
2018-11-01 07:25:45 -11:00
parent 0751d17dad
commit 0cf7cae07c
3 changed files with 4 additions and 3 deletions

View File

@@ -440,6 +440,7 @@ int64_t correlate_price(int32_t height,int64_t *prices,int32_t n)
for (i=0; i<n; i++)
fprintf(stderr,"%llu ",(long long)prices[i]);
fprintf(stderr,"-> %llu ht.%d\n",(long long)price,height);
return(price);
}
int64_t OracleCorrelatedPrice(int32_t height,std::vector <int64_t> origprices)