This commit is contained in:
jl777
2017-06-27 17:01:59 +03:00
parent 8429481204
commit e44df8d7e2

View File

@@ -592,7 +592,7 @@ uint64_t _komodo_paxpriceB(uint64_t seed,int32_t height,char *base,char *rel,uin
}
corr = komodo_paxcorrelation(height > 380000,votes,numvotes,seed);
if ( height > 380000 )
printf("corr %.8f basevolume %llu / 100000\n",dstr(corr),basevolume);
printf("corr %.8f basevolume %llu / 100000\n",dstr(corr),(long long)basevolume);
return(corr * basevolume / 100000);
}