Browse Source

remove extra logging

z_createrawtransaction
dimxy 5 years ago
parent
commit
c0a662824f
  1. 1
      src/cc/prices.cpp

1
src/cc/prices.cpp

@ -1342,7 +1342,6 @@ UniValue PricesInfo(uint256 bettxid, int32_t refheight)
}
int64_t equity = totalbets + totalprofits;
std::cerr << "PricesInfo() " << " totalbets=" << (totalbets / PRICES_NORMFACTOR) << std::endl;
if (totalbets != 0) { //prevent zero div
costbasis /= totalbets;
costbasis *= PRICES_NORMFACTOR; //denormalization

Loading…
Cancel
Save