This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Description
Due to precision issues, the price rounding mechanism currently used in sai_maker_otc.py doesn't guarantee that a price will always be displayed with the required number of decimal places (e.g. in the Oasis frontend). It may be preferable to round the quantities as well (but to a different number of digits) in order to achieve a consistent number of decimal places.
Authored by @livnev, moved from: sky-ecosystem/pymaker#35.