changed back bet.positionsize calc

This commit is contained in:
dimxy
2019-05-09 17:46:37 +05:00
parent 6a51c67aeb
commit cd58050445

View File

@@ -1627,7 +1627,7 @@ int32_t prices_getbetinfo(uint256 bettxid, BetInfo &betinfo)
betinfo.isOpen = true;
// override with real amount (TODO: check this)
bet1.positionsize = bettx.vout[2].nValue;
//bet1.positionsize = bettx.vout[2].nValue;
betinfo.bets.push_back(bet1);