Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GetContractMultiplier was rounding contract multiplier incorrectly, leading to an unsuccessful contract details request. E.g. LBR multiplier is 27.5 and was converted to "28" instead of "27.5". Instead of rounding all multipliers above 1, we will only round them if the decimal part is zero.
- Loading branch information